diff options
| author | Mike Heffner <mikeh@FreeBSD.org> | 2001-09-25 02:43:45 +0000 |
|---|---|---|
| committer | Mike Heffner <mikeh@FreeBSD.org> | 2001-09-25 02:43:45 +0000 |
| commit | 9ba6d8e42067b873b9f0db55b8b3e674a2e33de1 (patch) | |
| tree | 3218cdfc12c07f5d023378e0a705306d8992dec8 /libexec | |
| parent | 82e83c60b31884210cceb76620d2e50d7367d3ad (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/ftpd.8 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index d3f8c45d9d5a..f100719db5a8 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -391,11 +391,13 @@ The file if present, will be printed after a successful login. These files should be mode 444. .It Pa ~ftp/pub -Make this directory mode 777 and owned by -.Dq ftp . -Guests -can then place files which are to be accessible via the anonymous -account in this directory. +This directory and the subdirectories beneath it should be owned +by the users and groups responsible for placing files in them, +and be writable only by them (mode 755 or 775). +They should +.Em not +be owned or writable by ftp or its group, otherwise guest users +can fill the drive with unwanted files. .El .Pp If the system has multiple IP addresses, |
