75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
-
+
+
+
|
.B -l (or --log)
Specifies a filename to open for writing log entries. Log
entries are made for various stages in transfering files.
The log file is opened before switching users (see "-u")
and root directories (see "-r"). The log file is never
closed so log rotation without stopping the daemon is will
not work. The value of "-" indicates that standard output
should be used for logging.
should be used for logging. If the filename begins with a "|"
then a process is started and used for logging instead of a
file.
.TP
.B -u (or --user)
Specifies the user to switch user IDs to before servicing
requests. The default is not change user IDs.
.TP
|