# You may specify an explicit list of local users to chroot() to
# their home directory. If chroot_local_user is YES, then this list
# becomes a list of users to NOT chroot().
chroot_local_user=YES
#chroot_list_enable=YES
# (default follows)
#chroot_list_file=/etc/vsftpd.chroot_list
三 其他
查看网卡
ifconfig
设置随机自启动
chkconfig
chkconfig 服务 on
chkconfig 服务 off
关闭防火墙
service iptables stop
启动
service vsftpd start
关闭
service vsftpd stop
重启
service vsftpd restart
连接FTP
ftp IP地址
退出FTP
bye
配置文件位置
/etc/vsftpd/vsftpd.conf
用户配置文件
/etc/vsftpd/user_list
/etc/vsftpd/ftpusers
关闭SELinux