Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Multi group permissions
Name: saburo62 Date: January 29, 2006 at 12:49:18 Pacific OS: fedora core 3 CPU/Ram: various
Comment:
Hi there.
was hoping someone could help me. i have a folder that i need to set permissions on. i have a few groups that need diffrent permissions on the same folder. does anyone know a way to do this without using acl ?
Name: slip Date: January 29, 2006 at 15:40:14 Pacific
Reply:
No acl?I am not sure what you are looking for.I mean; what you want to do? Give me some precise info about your problem. I'll walk you through; with or without acl. See ya mate!
0
Response Number 2
Name: 3Dave Date: January 30, 2006 at 06:07:48 Pacific
Reply:
How are they accessing the directory? Locally, over a network, samba, nfs etc?
0
Response Number 3
Name: saburo62 Date: January 30, 2006 at 07:29:52 Pacific
Reply:
thanks for the reply guys here is the details
all this happens localy
a folder called testfolder
a group called group1 (2 users is admin admin1)
a group called group2 (2 users manger manager1)
a group called group3 (2 users worker1 worker2)
each group needs diffrent access to this folder
group 1 needs full control group 2 needs read only group 3 needs no access
just not sure how to get arround only being allowed to set permissions for one group. im familer with NT security and this is a little diffrent.
0
Response Number 4
Name: 3Dave Date: January 30, 2006 at 09:12:12 Pacific
Reply:
Some links that may help: http://freshmeat.net/articles/view/1387/ http://www.suse.de/~agruen/acl/linux-acls/online/ http://supportweb.cs.bham.ac.uk/howto/unix/acls.php http://trustees.sourceforge.net/
0
Response Number 5
Name: slip Date: January 30, 2006 at 10:56:50 Pacific
Reply:
1. create a testfolder as user admin (as he has full control) 2. bring up terminal and execute : setfacl -m group:group1:rwx,group:group2:r-x,group:group3:---,other:---,mask:rwx testfolder/ 3. That's it. It wokrs on my machine with SuSE. P.S You had to put r-x for group2 because group 2 needs to enter that folder. If you have some problems with this write again
Summary: This may seem like a stupid newbie question (which I am not), but I haven't really ever had to think about it until now..... When I create a file as the user nate for example, it is also created with ...
Summary: hello friends, is it possible to set the permission for a particular user & group the way we do in Win NT/2K. As far as i know we can set permission only for owner or the group to which we belong to o...
Summary: Hello, I have just installed minix 2.0.0 on my Epson Equity Lt and have created a new group named users (GUI 100) and a new user. Unfortunately the users group recieved all of the permissions of ...