Tuesday, July 26, 2011

RH EL6: Enable FTP home access

After set up vsftpd and trying to connect to it.
After enter password you get this error:
500 OOPS: cannot change directory:/home/user1
Here is a solution.
su -
getsebool -a | grep ftp
setsebool -P ftp_home_dir on
getsebool -a | grep ftp
ref

No comments:

Post a Comment