今天我手动删除了vsftpd的一些配置文件之后噩梦开始了。


执行 yum remove vsftpd 系统告诉我已经成功卸载了 vsftpd。


执行yum install vsftpd 系统告诉我已经成功安装了vsftpd,但是用shell

yum install vsftpd

Loaded plugins: security
Setting up Install Process
Package vsftpd-2.2.2-24.el6.x86_64 already installed and latest version
Nothing to do


service vsftpd restart时, 系统并不能正确识别 到vsftpd。 找了许多资料发现其实执行一下重装命令就可以了。

yum reinstall vsftpd -y