Documented the `-g' option.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1256 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-02-25 13:33:22 +00:00
parent 4a1d6c79a1
commit 7be0433bc3

View File

@@ -44,6 +44,7 @@ Internet File Transfer Protocol server
.Nm ftpd .Nm ftpd
.Op Fl a Ar authmode .Op Fl a Ar authmode
.Op Fl dilv .Op Fl dilv
.Op Fl g Ar umask
.Op Fl p Ar port .Op Fl p Ar port
.Op Fl T Ar maxtimeout .Op Fl T Ar maxtimeout
.Op Fl t Ar timeout .Op Fl t Ar timeout
@@ -94,6 +95,9 @@ Ignored.
.El .El
.It Fl d .It Fl d
Debugging information is written to the syslog using LOG_FTP. Debugging information is written to the syslog using LOG_FTP.
.It Fl g
Anonymous users will get a umask of
.Ar umask .
.It Fl i .It Fl i
Open a socket and wait for a connection. This is mainly used for Open a socket and wait for a connection. This is mainly used for
debugging when ftpd isn't started by inetd. debugging when ftpd isn't started by inetd.
@@ -396,7 +400,10 @@ The following restrictions apply to anonymous users:
.It .It
Directories created will have mode 700. Directories created will have mode 700.
.It .It
Uploaded files will have mode 000. Uploaded files will be created with an umask of 777, if not changed
with the
.Fl g
option.
.It .It
These command are not accessible: These command are not accessible:
.Ic DELE , RMD , RNTO , RNFR , .Ic DELE , RMD , RNTO , RNFR ,