# systemctl start vsftpd.service
Job for vsftpd.service failed because the control process exited with error code. See "systemctl status vsftpd.service" and "journalctl -xe" for details.
問題原因:
網上的解決方法是將 listen_ipv6=YES更改為:listen_ipv6=NO,或將這一行注釋掉,但是修改后還是一樣的報錯。
還原vsftpd.conf配置文件后,啟動正常。應該是自己前面改的配置文件參數中有錯誤。