LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   ACl access permissions (https://www.linuxquestions.org/questions/suse-opensuse-60/acl-access-permissions-636005/)

pramka 04-17-2008 09:26 AM

ACl access permissions
 
Trying to use ACL to define access for group "mygroup"
I want the home dir of all users set to allow the members of "mygroup"
to access the home dir of other users :r-x
This dir "Mygroup" is in every user home dir.
e.g /home/someguy/Mygroup need to have default ACL set to allow members of group "mygroup" to read all file and sub dir.
I tried : setfacl -m g:mygroup:r-x /home
err msg --> /home Operation not supported.

Thanks

acid_kewpie 04-17-2008 10:54 AM

have you actually enabled acl's on the filesystem in fstab?

pramka 04-17-2008 12:24 PM

This is my /etc/fstab
/dev/sda2 / reiserfs acl,user_xattrr,usrquota,grpquota 1 2


All times are GMT -5. The time now is 08:52 AM.