###SmallArticleTitle###
                
            
              来源:xjh;  编辑:xjh;  2009-03-23 
	
            
              环境:linux redhat 服务器
错误提示:
ftp服务器连接失败,错误提示:
500 OOPS: cannot change directory:/home/*******
500 OOPS: child died Connection closed by remote host.
原因: 用户主目录没有权限或没有主目录
解决方法:正确设置用户主目录权限
注意:上层目录也要有访问权限 chmod 777 home
网上建议如下方法,但是有如下提示,所以还是从权限角度考虑。
[root@linuxserver etc]# setsebool ftpd_disable_trans 1
Error setting boolean ftpd_disable_trans to value 1 (No such file or directory)
linux下ftp服务器的配置(实践篇) 
http://www.itale.cn/archives/2008/11/20081130224952.html