能夠在windows上使用一ftp客戶端來嘗試進行登陸。這個時候通常都會報一個錯誤。 linux
無效的用戶權限錯誤 windows
刪除ftpuser 裏面的root和user_list 裏的root spa
最好關掉linux 的防火牆:chkconfig iptables off rest
而後再次登陸 ip
500 OOPS: cannot change directory:/root table
解決辦法: 登錄
1、 查看 SELinux 的狀態: sestatus -b | grep ftp ftp
2、 在出現的結果中能夠看到 ftp_home_dir off iptables
tftpd_disable_trans off service
之類。咱們如今只要把其中之一設置爲on就能夠啦。
3、 setsebool -P ftpd_disable_trans on 或者 setsebool -P ftp_home_dir on
4、 重啓vsftpd: service vsftpd restart
再次登陸,登陸成功了。