码迷,mamicode.com
首页 > 其他好文 > 详细

安装FTP

时间:2019-11-23 09:55:27      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:ash   允许   ini   user   txt   dir   hosts   ip地址   sbin   

yum install vsftpd -y

cd /etc/vsftpd/

touch login.txt

vim login.txt

db_load -T -t hash -f /etc/vsftpd/login.txt /etc/vsftpd/login.db

vim /etc/pam.d/vsftpd.u

vim vsftpd.conf

mkdir user_conf

cd user_conf

cat ../login.txt


touch zhangsan  # 因此需要创建以账户名命名的文件

vim zhangsan

/etc/init.d/vsftpd start

useradd -s /sbin/nologin vsftp   # 配置文件中配置的用户是vsftp,因此要新建

chown -R vsftp:vsftp /data/dir

vim /etc/hosts.deny

vim /etc/hosts.allow

编辑这俩文件,限定可以访问ftp的IP地址,只允许我们指定的IP来访问

 

安装FTP

标签:ash   允许   ini   user   txt   dir   hosts   ip地址   sbin   

原文地址:https://www.cnblogs.com/t-road/p/11915037.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!