LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   VSFTP: multiple users with same home directory (https://www.linuxquestions.org/questions/linux-newbie-8/vsftp-multiple-users-with-same-home-directory-730023/)

fernandoefens 06-01-2009 10:56 PM

VSFTP: multiple users with same home directory
 
Hello everybody!

I'm a Linux Newbie.

I need to create 3 ftp users to access the same home directory:
/home/user001

Any ideas? Thanks in advance.

LaroPol 06-02-2009 04:12 AM

make 3 users
make a group
add all 3 users to this group

give the group access to /home/user001

and to make it simple:
change the homedir of the users to /home/user001

fernandoefens 06-02-2009 09:01 AM

Thanks a lot. That solved my problem.

I also had to edit vsftpd.conf and change local_umask=07 so that all files uploaded by the group have read/write priviledges (660).


All times are GMT -5. The time now is 03:22 PM.