WEB开发网
开发学院服务器FTP服务器 Linux下proftpd的安装配置与管理方法 阅读

Linux下proftpd的安装配置与管理方法

 2007-06-12 00:00:00 来源:WEB开发网   
核心提示: ServerType 指定FTP Server 的启动类型,一般使用standalone方式比较简单,Linux下proftpd的安装配置与管理方法(3),如果访问量不大,为节省资源考虑用xinetd侦听启动,一般Red Linux 9.0 中默认是没有nogroup 这个组的,把Group指定

ServerType 指定FTP Server 的启动类型,一般使用standalone方式比较简单,如果访问量不大,为节省资源考虑用xinetd侦听启动,必须在这里指定。Port 指定FTP的侦听端口,一般使用21端口

# Umask 022 is a good standard
umask to prevent new dirs and files
# from being group and world writable.
Umask              022
# To prevent DoS attacks, set the
maximum number of child processes
# to 30. If you need to allow
more than 30 concurrent connections
# at once, simply increase this value.
Note that this ONLY works
# in standalone mode, in inetd mode
you should use an inetd server
# that allows you to limit maximum
number of processes per service
# (such as xinetd).
MaxInstances          30

Umask 指定FTP server 进程的Umask 值,022与Linux系统得默认值一致。

MaxInstances 指定 FTP server 的最大连接数。

# Set the user and group under
which the server will run.
User     nobody
Group     nogroup
# To cause every FTP user to be
"jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~
DefaultRoot

User 和Group 指定proftpd 进程启动时的有效用户ID,处于安全考虑默认的身份是nobody,有一点要指出的是,一般Red Linux 9.0 中默认是没有nogroup 这个组的,把Group指定为nobody 即可。

DefaultRoot 选项限制Linux 系统用户通过FTP方式登录时将被限制在其home 目录下。

上一页  1 2 3 4 5 6 7 8  下一页

Tags:Linux proftpd

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接