]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man5/ftpusers.5
proc.5: Note kernel version for /proc/PID/smaps VmFlags "dd" flag
[thirdparty/man-pages.git] / man5 / ftpusers.5
index 471dc453bedfec229126e8cddd2c7a170dbfda60..4f81ef727285375c2b50bba3cf01ae42994d069f 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2000 Christoph J. Thompson <obituary@linuxbe.org>
 .\"
+.\" %%%LICENSE_START(GPLv2+_DOC_MISC)
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
 .\" published by the Free Software Foundation; either version 2 of
 .\" GNU General Public License for more details.
 .\"
 .\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
-.TH FTPUSERS 5 2000-08-27 "File formats" "Linux Programmer's Manual"
+.\" License along with this manual; if not, see
+.\" <http://www.gnu.org/licenses/>.
+.\" %%%LICENSE_END
+.\"
+.TH FTPUSERS 5 2000-08-27 "Linux" "Linux Programmer's Manual"
 .SH NAME
 ftpusers \- list of users that may not log in via the FTP daemon
 .SH DESCRIPTION
@@ -23,28 +25,32 @@ The text file
 contains a list of users that may not log in using the
 File Transfer Protocol (FTP) server daemon.
 This file is used not merely for
-system administration purposes but for improving security within a TCP/IP
+system administration purposes but also for improving security within a TCP/IP
 networked environment.
-It will typically contain a list of the users that
+.PP
+The
+.B ftpusers
+file will typically contain a list of the users that
 either have no business using ftp or have too many privileges to be allowed
 to log in through the FTP server daemon.
 Such users usually include root, daemon, bin, uucp, and news.
+.PP
 If your FTP server daemon doesn't use
-.B ftpusers
+.BR ftpusers ,
 then it is suggested that you read its documentation to find out how to
 block access for certain users.
 Washington University FTP server Daemon
 (wuftpd) and Professional FTP Daemon (proftpd) are known to make use of
 .BR ftpusers .
-.SH FORMAT
+.SS Format
 The format of
 .B ftpusers
 is very simple.
-There is one account name (or user name) per line.
+There is one account name (or username) per line.
 Lines starting with a # are ignored.
 .SH FILES
 .I /etc/ftpusers
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR passwd (5),
 .BR proftpd (8),
 .BR wuftpd (8)