【Linux】- CentOS搭建FTP服务器

1、安装vsftpd

yum install -y vsftpd

2、启动vsftpd服务

service vsftpd start

3、查看运行状态

netstat -nltp | grep 21

完毕!!!

 

参考:https://www.linuxidc.com/Linux/2017-11/148518.htm

 

posted @ 2018-10-12 15:41  wangwust  阅读(292)  评论(0)    收藏  举报