forked from mirrors/tftp-hpa-google
Notes on the interaction between -c, -p and -U
This commit is contained in:
parent
1f9c54ba2f
commit
431b2d7015
1 changed files with 8 additions and 3 deletions
|
@ -76,7 +76,12 @@ on all local addresses.
|
||||||
Allow new files to be created. By default,
|
Allow new files to be created. By default,
|
||||||
.B tftpd
|
.B tftpd
|
||||||
will only allow upload of files that already exist. Files are created
|
will only allow upload of files that already exist. Files are created
|
||||||
with default permissions allowing anyone to read or write them.
|
with default permissions allowing anyone to read or write them, unless
|
||||||
|
the
|
||||||
|
.B \-p
|
||||||
|
or
|
||||||
|
.B \-U
|
||||||
|
options are specified.
|
||||||
.TP
|
.TP
|
||||||
.B \-s
|
.B \-s
|
||||||
Change root directory on startup. This means the remote host does not
|
Change root directory on startup. This means the remote host does not
|
||||||
|
@ -99,9 +104,9 @@ username.
|
||||||
.TP
|
.TP
|
||||||
\fB\-U\fP \fIumask\fP
|
\fB\-U\fP \fIumask\fP
|
||||||
Sets the \fIumask\fP for newly created files to the specified value.
|
Sets the \fIumask\fP for newly created files to the specified value.
|
||||||
The default is zero if the
|
The default is zero (anyone can read or write) if the
|
||||||
.B \-p
|
.B \-p
|
||||||
option is not specified, or unchanged if
|
option is not specified, or inherited from the invoking process if
|
||||||
.B \-p
|
.B \-p
|
||||||
is specified.
|
is specified.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue