Reference:
http://tilt.lib.tsinghua.edu.cn/node/784
http://www.nidify.com/index.php?option=com_content&view=article&id=228&Itemid=247
原因:
啟用了SELinux (Secure Enhance Linux)
解法一:調整SELinux設定。
1. 用 getsebool -a | grep ftp 確認 ftp_home_dir --> off
2. 以指令 setsebool -P ftp_home_dir on 修改
解法二:關閉SELinux。
1. vi /etc/selinux/config
2. 修改 SELINUX=enforcing to SELINUX=disabled
3. 執行 setenforce 0 生效
沒有留言:
張貼留言