diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-07-26 16:01:24 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-07-26 16:01:24 +0000 |
| commit | 38ed70b1aede667375044c6c148e8355eed874fd (patch) | |
| tree | 40fec457f7f01cc00c29c4ca87fc76e74247a2be /libexec | |
| parent | dab4349561a074589a27c6d6eae81a20379d1ce4 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/ftpd.8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index b7ae30ce41ba..0e22b1d155fa 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -46,6 +46,7 @@ .Op Fl p Ar file .Op Fl t Ar timeout .Op Fl T Ar maxtimeout +.Op Fl u Ar umask .Sh DESCRIPTION The .Nm @@ -167,6 +168,13 @@ seconds with the .Fl T option. The default limit is 2 hours. +.It Fl u +The default file creation mode mask is set to +.Ar umask , +which is expected to be an octal numeric value. +Refer to +.Xr umask 2 +for details. .It Fl U In previous versions of .Nm , @@ -485,6 +493,7 @@ Log file for anonymous transfers. .Sh SEE ALSO .Xr ftp 1 , .Xr key 1 , +.Xr umask 2 , .Xr getusershell 3 , .Xr login.conf 5 , .Xr inetd 8 , |
