75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
-
-
-
+
+
+
|
<DD>
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. If the filename begins with a "|"
then a process is started and used for logging instead of a
file.
should be used for logging. If the filename begins with a
pipe ("|") then a process is started and used for logging
instead of a file.
<P>
<DT><B>-u (or --user)</B>
<DD>
Specifies the user to switch user IDs to before servicing
requests. The default is not change user IDs.
<P>
<DT><B>-r (or --root)</B>
|