File: ftpusers.5

package info (click to toggle)
netstd 3.07-7slink.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,312 kB
  • ctags: 9,027
  • sloc: ansic: 72,107; cpp: 6,144; makefile: 1,650; yacc: 1,614; sh: 1,164; perl: 308; awk: 46
file content (33 lines) | stat: -rw-r--r-- 907 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.\" Copyright (c) 1994 Peter Tobias (tobias@server.et-inf.fho-emden.de),
.\" This file may be distributed under the GNU General Public License.
.TH FTPUSERS 5 "April 22 1994" "Linux" "Linux Programmer's Manual"
.SH NAME
ftpusers \- file which lists users who are not allowed to use ftp
.SH DESCRIPTION
\fB/etc/ftpusers\fP is used by
.BR ftpd(8);
the file contains a list of users who are not allowed to use the
ftp command. For security reasons at least users like "root", "bin",
"uucp" or "news" should be listed in this file. 
Blank lines and lines beginning with "#" are ignored.
Remember that the whole line will be used for the username, so please
don't use the "#" character after a name to comment this entry.
.SH EXAMPLES
.B /etc/ftpusers
may contain the following entries:
.sp
#
.br
# /etc/ftpusers
.br
#
.br
root
.br
uucp
.br
news
.SH FILES
/etc/ftpusers
.SH "SEE ALSO"
.BR ftp "(1), " ftpd "(8)"