How do you modify a user on CentOS to access the root directory or any directory outside of home via vsftpd?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Mar 3 '11 at 2:26
|
I found an easy way to do this with out affecting security. Created a directory under the user home folder and bind it to the root directory. Thanks all anyway! |
|||||
|
|
|
With CentOS you have three things to keep in mind 1. the VSFTPD config file 2. the permissions on the directories that you set 3. SELinux if you have SELinux disabled this becomes easier if not you will have to write a policy to allow this access. Changing the config file and the permissions should be fairly straight forward. |
|||||||||
|