FTP出现500 OOPS: cannot change directory的解决方法
摘要:cannotchangedirectory:/home/***ftp服务器连接失败,错误提示:500OOPS:cannotchangedir...
cannot change directory:/home/***
ftp服务器连接失败,错误提示:
500 OOPS: cannot change directory:/home/*******
500 OOPS: child died
解决方法:
在终端输入命令:
setsebool -P ftpd_disable_trans 1
service vsftpd restart
就OK了!
原因:这是因为服务器开启了selinux,这限制了FTP的登录。
【FTP出现500 OOPS: cannot change directory的解决方法】相关文章:
★ CentOS 6.2 yum 安装MySQL初始化警告的解决方法
★ Centos5 执行host提示command not found解决方法
★ CentOS(x86_64)下PHP安装memcache扩展问题解决方法分享
★ Linux httpd(apache)启动失败 解决办法
★ centos下安装VMware Server 虚拟机的方法