问题:输入# systemctl restart vsftpd
报错 Job for vsftpd.service failed because the control process exited with error code. See "systemctl status vsftpd.service" and "journalctl -xe" for details.
我是修改了/etc/vsftpd/vsftpd.conf配置文件之后,重启vsftpd服务失败
再次检查/etc/vsftpd/vsftpd.conf里面的内容是否输错,我发现自己是因为没有输入正确的符号“=”造成的启动服务异常:
因为没有输入正确的语法符号造成的报错,导致vsftpd服务无法正常启动,遇到同样问题的小伙伴建议大家去检查看看有没有输错符号、字母、大小写等。