Create new vsftpd user and lock to (specify) home / login directory

Posted by Geoff Jackson on Server Fault See other posts from Server Fault or by Geoff Jackson
Published on 2013-10-09T12:13:12Z Indexed on 2013/10/25 15:56 UTC
Read the original article Hit count: 197

Filed under:
|
|

I need to periodically give temporary and limited access to various directories on a CentOS linux server that has vsftp installed.

I've created a user using useradd [user_name] and given them a password using passwd [password].

I've created a directory in /var/ftp and then I bind this to the directory that I wish to limit access to.

What else do I need to specifically do to ensure that when this user logs into FTP, they only have access to this directory please?

© Server Fault or respective owner

Related posts about linux

Related posts about centos