LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   ftp users setup (https://www.linuxquestions.org/questions/linux-general-1/ftp-users-setup-437378/)

tbadone 04-21-2006 04:09 AM

ftp users setup
 
Hi

Need help with this scenario, am really stumped. I have 3 sets of ftp users where
1) user 1 can access /group/user1 directory only
2) user 2 can access /group/user2 directory only
3) user 3 can access /group/user1 /group/user2 and /group/user3 directories

How do I go about setting it up ? Any ideas is highly appreciated

Regards

tbadone

burntfuse 04-21-2006 01:16 PM

First, create a group for each directory (for example, the 'user1dir', 'user2dir', and 'user3dir' groups). Now add user 1 to the user1dir group, user 2 to the user2dir group, and user 3 to the user1dir, user2dir, and user3dir groups. Now set the owning group of /group/user1 to user1dir and set the permissions properly (770, for example), and do the same for the other folders (/group/user2 should be owned by user2dir, and /group/user3 should be owned by user3dir). It's a lot less complex than I'm making it sound - basically, you're creating a group for each group of users, and giving that group access to each directory, custom groups can be great for setting permissions of multiple users at a time in this way.

tbadone 04-24-2006 01:34 AM

Thanks will give a go burntfuse


All times are GMT -5. The time now is 02:28 AM.