vsftpd 出现 Redirecting to /bin/systemctl restart vsftpd.service解决办法
CentOS 7系统下安装vsftpd 软件后,使用service vsftpd restart 或者 /etc/init.d/vsftpd restart,出现如下提示。
提示:Redirecting to /bin/systemctl restart vsftpd.service
如下:
[root@localhost bibeknam]# service vsftpd restart
Redirecting to /bin/systemctl restart vsftpd.service
Job failed. See system logs and ‘systemctl status’ for details.
解决办法使用如下命令:
$ systemctl enable vsftpd.service
$ systemctl start vsftpd.service
参考资料:
http://serverfault.com/questions/482971/error-while-trying-to-start-vsftpd-server