Mail Beyond Logo
Feed on
Posts
Comments

After installing vsFTPd on RHEL, I got the following error while trying to log in:

500 OOPS: cannot change directory:/home/curreri

The problem is that SELinux is standing in the way. I told it in English: “I know FTP isn’t secure SELinux, but I promise I’ll stay behind the hardware firewall.” Unfortunately SELinux doesn’t understand English. Here’s how you say that in Linux command line speak:

sudo /usr/sbin/setsebool -P ftp_home_dir 1

That’s it, now log in!

If you found this helpful, I hope also you find the google ads at the bottom of this page helpful. Thank you!

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.