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