File: ftpusers.5

package info (click to toggle)
linux-ftpd-ssl 0.17.36%2Breally0.17-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,524 kB
  • sloc: ansic: 3,875; yacc: 1,379; sh: 52; makefile: 50
file content (42 lines) | stat: -rw-r--r-- 1,007 bytes parent folder | download | duplicates (29)
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
34
35
36
37
38
39
40
41
42
.\" Copyright (c) 1994 Peter Tobias (tobias@server.et-inf.fho-emden.de),
.\" This file may be distributed under the GNU General Public License.
.\"
.\" $Id: ftpusers.5,v 1.11 2000/07/30 23:56:57 dholland Exp $
.\"
.Dd April 22, 1994
.Dt FTPUSERS 5
.Os "Linux NetKit (0.17)"
.Sh NAME
.Nm ftpusers
.Nd file which lists users who are not allowed to use ftp
.Sh DESCRIPTION
.Pa /etc/ftpusers
is used by
.Xr 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'' and ``news'' should be listed in this file. 
Blank lines and lines beginning with `#' are ignored.
.Pp
Note: a lines with `#' in the
.Em middle
is 
.Em not
a comment. Don't put `#' after a name to comment it; use another line,
or things will silently fail on you.
.Sh EXAMPLES
.Pa /etc/ftpusers
might contain the following entries:
.Bd -literal
#
# /etc/ftpusers
#
root
uucp
news
.Ed
.Sh FILES
.Pa /etc/ftpusers
.Sh SEE ALSO
.Xr ftp 1 ,
.Xr ftpd 8