Centos7 安裝vsftp啓動報錯

1.初步分析是配置文件etc/vsftpd/vsftpd.conf出錯,現檢查文件,確保沒有空格和配置錯誤。rest

2.查找進程號code

ps -aux | grep vsftp

出現進程

root      3295  0.0  0.0 112660   976 pts/0    S+   15:39   0:00 grep --color=au
to vsftpftp

3.殺死進程 3295配置

kill 3295

4.重啓FTPservice

/bin/systemctl restart vsftpd.service
相關文章
相關標籤/搜索