Centos RedHat FTP error 500 OOPS: cannot change directory:/home/username
Temporary Solution:
turn off SELinux (Security-Enhanced Linux)
sudo setenforce 0
Fix the problem:
Open /etc/sysconfig/Selinux
Change "selinux=enforcing" to "selinux=disabled"
Reboot your linux server.
detail refer to
http://www.cyberciti.biz/faq/howto-turn-off-selinux/
http://www.linuxquestions.org/questions/linux-server-73/vsftp-issue-500-oops-cannot-change-directory-948433/
No comments:
Post a Comment