Linux系统Vsftp传文件出现553CouldNotCreateFile错误
来源:达缇美食
系统大全为您提供
登录出现了这个错误提示:553Couldnotcreatefile
SELinux设置如下
查看SELinux设置
[root@localhost~]#getsebool-a|grepftp
allow_ftpd_anon_write–》off
allow_ftpd_full_access–》off
allow_ftpd_use_cifs–》off
allow_ftpd_use_nfs–》off
ftp_home_dir–》on
ftpd_connect_db–》off
ftpd_use_passive_mode–》off
httpd_enable_ftp_server–》off
tftp_anon_write–》off
解决办法是,需要设置allow_ftpd_full_access为on状态。
[root@localhost~]#setseboolallow_ftpd_full_accesson
查看SELinux设置
[root@localhost~]#getsebool-a|grepftp
allow_ftpd_anon_write–》off
allow_ftpd_full_access–》on
allow_ftpd_use_cifs–》off
allow_ftpd_use_nfs–》off
ftp_home_dir–》on
ftpd_connect_db–》off
ftpd_use_passive_mode–》off
httpd_enable_ftp_server–》off
tftp_anon_write–》off
重启vsftpd服务,测试可以登陆
[root@localhost~]#servicevsftpdrestart
以上就是Linux系统vsftp出现553Couldnotcreatefile错误的解决方法了,有遇到这个问题的用户,可以试试我的这种方法。
经验总结:
以上就是系统大全给大家介绍的如何使的方法都有一定的了解了吧,好了,如果大家还想了解更多的资讯,那就赶紧点击系统大全官网吧。
本文来自系统大全http:///如需转载请注明!推荐:win7纯净版
显示全文