标签:客户端 start iso init vsftpd config tables res ORC
环境:rpm -qa |grep vsftpd
yum -y install vsftpd
vi /etc/vsftpd/vsftpd.conf
service vsftpd restart
useradd -d /home/ftpUser/ -g ftp -s /sbin/nologin ftpUser
passwd ftpUser
/etc/init.d/iptables stop
chkconfig iptables off
setenforce 0
service vsftpd restart
后记:感谢网络上大神们分享的教程文档。
参考文档地址如下:
https://www.jianshu.com/p/ffeee72f6f21
https://www.cnblogs.com/huangweimin/articles/10468637.html
标签:客户端 start iso init vsftpd config tables res ORC
原文地址:https://blog.51cto.com/13937779/2536140