File: fdutilsconfig.8

package info (click to toggle)
fdutils 5.5-20060227-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,568 kB
  • sloc: ansic: 6,296; sh: 3,081; makefile: 252; sed: 4
file content (44 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" dummy line
.TH FDUTILSCONFIG 8 "24 January 1999"
.UC 4
.SH NAME
fdutilsconfig \- configure the suid bit of fdmount
.SH SYNOPSIS
.B fdutilsconfig
.br
.SH DESCRIPTION
The
.B fdutilsconfig
script provides an interactive way to configure the suid bit of 
the 
.BR fdmount "(1)"
binary.  It asks you some questions, give you a hint 
if needed, and enters your choice to 
.I /etc/fdmount.conf
file.
.PP
When upgrading the Debian fdutils package, the suid bit information stored in 
.I /etc/fdmount.conf 
is used to tell the new fdmount binary to keep your old suid bit settings. 
.PP
The script makes use of the
.BR suidmanager
Debian package, if it is installed.  If the script cannot find it, 
it manipulates the suid bit directly via `chmod u+s' command. 
.SH FILES
.B fdutilsconfig
reads and writes the configuration from /etc/fdmount.conf.  This file is
usually created when the fdutils package is installed for the first time.
Please don't edit /etc/fdmount.conf manually!  Use
.B fdutilsconfig
instead.
.SH NOTE
This script was written exclusively for the Debian GNU/Linux distribution.
It is not a part of the upstream fdutils sources.
.SH AUTHORS
.B fdutilsconfig
was adapted by Anthony Fok <foka@debian.org> from the
.B gnuplotconfig
script written by Tibor Simko <simko@debian.org>.
.SH SEE ALSO
.BR fdmount "(1), " suidregister "(8), " suidunregister "(8)"