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

centos7: vsftpd安装及启动

时间:2018-07-20 11:19:06      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:start   conf   _for   xferlog   wrapper   yum   tcp   注意   orm   

安装:

yum -y install vsftpd

service vsftpd start  注意这句:centos7不能这么启动了

chkconfig vsftpd on

 

vsftpd.conf配置

/etc/vsftpd/vsftpd.conf

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
xferlog_std_format=YES
chroot_local_user=YES
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
userlist_deny=NO
tcp_wrappers=YES

  

启动:

/bin/systemctl start vsftpd.service

  

加入开机启动:

原来的:
chkconfig vsftpd on

centos7:
/bin/systemctl enable vsftpd.service

查看:
/bin/systemctl -l
/bin/systemctl -l | grep vsftpd

  

centos7: vsftpd安装及启动

标签:start   conf   _for   xferlog   wrapper   yum   tcp   注意   orm   

原文地址:https://www.cnblogs.com/achengmu/p/9339551.html

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