CentOS 6.5 配置vsftpd(2)

[root@localhost ~]# vi /etc/vsftpd/user_list
# vsftpd userlist
# If userlist_deny
=NO, only allow users in this file
# If userlist_deny
=YES (default), never allow users in this file, and
#
do not even prompt for a password.
# Note that the default vsftpd pam config also checks
/etc/vsftpd/ftpusers
#
for users that are denied.
root
bin
daemon
adm
lp
sync
shutdown
halt
mail
news
uucp
operator
games
nobody
cent

6. 共享目录权限配置,启动服务

[root@localhost ~]# mkdir /var/public_root
[root@localhost
~]# chown -R cent /var/public_root
[root@localhost
~]# chmod -R 755 /var/public_root [root@localhost~]# service vsftpd start
Starting vsftpd
for vsftpd:                                [  OK  ]


[root@localhost var]# chkconfig vsftpd on

CentOS 6.5 配置vsftpd

FTP协议详解与vsftpd在Linux上的安装配置

玩转vsftpd服务器的四大高级配置:

vsFTPd配置教程:

Ubuntu实用简单的FTP架设

Ubuntu 上架设FTP服务器和Apache服务器

Ubuntu 13.04 安装 LAMP\vsftpd\Webmin\phpMyAdmin 服务及设置

RHEL6平台下SeLinux和vsftpd的匿名上传的简单案例

Linux系统vsftpd源码安装

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/f93aeae3f9992e0492c9583e93422622.html