首页 > CentOS > CentOS-Vsftpd 550 错误的解决方法

CentOS-Vsftpd 550 错误的解决方法

2009年6月16日 发表评论 阅读评论

刚刚配置好了vsftp, 用Filezilla连上后无法进行新建文件/文件夹, 删除文件, 重命名等操作,错误信息 “550 create directory operation failed”  一开始以为权限问题,后来chmod 777错误提示依旧,看来不是权限的问题。莫非是防火墙给阻止了?Iptables -F Reboot后仍无法解决。没办法Google一下:

 

原来问题出在SELinux(Security-Enhanced Linux) 上。

# vi /etc/selinux/config

修改为:

SELINUX=disabled

 重启就OK了!

分类: CentOS 标签: Vsftpd
  1. 匿名
    2010年6月5日13:19 | #1

    强,我咋就没想到呢!!!谢谢了。

    Internet Explorer 8.0 Internet Explorer 8.0 Windows 7 Windows 7
  1. 本文目前尚无任何 trackbacks 和 pingbacks.