设置vsftp遇到"500 OOPS: cannot change directory"问题

搭建vsftp的时候,遇到"500 OOPS: cannot change directory"错误,最后发现是因为没有关掉selinux。
查看 selinux status :
# getenforce  

出现enforcing
临时性设置
# setenfore 0
解决方案:修改 /etc/sysconfig/selinux,设置 SELINUX=disabled。并重启。
这个错误还有可能有其他原因引起,参见http://blog.arithm.com/2009/04/02/getting-past-vsftps-500-oops-cannot-change-directory/

 

 

你可能感兴趣的:(Directory)