LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ownership of directories (https://www.linuxquestions.org/questions/linux-software-2/ownership-of-directories-321457/)

cwolf78 05-08-2005 08:20 PM

ownership of directories
 
What user should own directories that are going to be shared? For instance: I have a directory that I want to share among users on a FTP server... should one of the users own the directory in question ? Or should root own the directory ?
thanks
:study:

buffed317 05-08-2005 09:29 PM

i wouldn't make root owner of the files/directory because then you would have to give those users root power to some exstent to use those files. i would make the owner a regular user and then use groups to allow/deny access.

cwolf78 05-08-2005 10:06 PM

Quote:

Originally posted by buffed317
i wouldn't make root owner of the files/directory because then you would have to give those users root power to some exstent to use those files. i would make the owner a regular user and then use groups to allow/deny access.
Should I create a group or use a certain default group for all the users who will be accessing the /files/directory ? Also, should they only be a member of that one particular group ?
thanks ;)

freakyg 05-08-2005 11:37 PM

I would make a new group and just add users to this group as needed...........


All times are GMT -5. The time now is 09:55 PM.