Results 1 to 6 of 6
I have created a group ABC to manage files on the server. I want to give members of this group access to all the /home/userfiles Some of which are members ...
- 12-15-2005 #1Just Joined!
- Join Date
- Jan 2005
- Location
- Tennessee
- Posts
- 40
Access to /home directories
I have created a group ABC to manage files on the server. I want to give members of this group access to all the /home/userfiles Some of which are members of ABC, but the majority are not.
I do not want all the members of ABC to have root privledges.
What is the best way to do this? Can I just change the group ownership of /home from root to ABC?
- 12-15-2005 #2Code:
chown :ABC -R /home
- 12-15-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- Tennessee
- Posts
- 40
Thanks, I was hoping you would say that!
- 12-15-2005 #4
Not a problem.
- 12-15-2005 #5Linux Enthusiast
- Join Date
- Dec 2004
- Posts
- 637
For an easier way
I use Webmin to manage my Linux servers. It is very easy to install and saves a lot of time when managing multiple Samba servers. Try it and I'm sure you will find it easier than managing *.conf files.
- 12-15-2005 #6
Uh I'm going to pretend that you're just being off topic and not spamming.


Reply With Quote