vsftpd 'can not change directory' error

来源:互联网 发布:模糊车牌识别软件 编辑:程序博客网 时间:2024/06/05 02:30

cannot change directory:/home/***

ftp服务器连接失败,错误提示:
500 OOPS: cannot change directory:/home/*******
500 OOPS: child died

解决方法:
在终端输入命令:
setsebool ftpd_disable_trans 1
service vsftpd restart