I have this ACL setting on a folder /test [r...@venus /]# getfacl t # file: test # owner: root # group: root user::rwx user:solan:rwx group::rwx mask::rwx other::r-x default:user::rwx default:user:solan:rwx default:group::rwx default:mask::rwx default:other::r-x
When i enter /test as user Solan and create an file fil10 i got this ACL setting: [so...@venus test]$ getfacl fil10 # file: fil10 # owner: solan # group: solan user::rw- user:solan:rwx #effective:rw- group::rwx #effective:rw-#effective:rw- mask::rw- other::r-- Why do i get #effective:rw- rights as long i have mask (ACL) and default mask (ACL) in /test ? I want default mask to be rwx for files created in /test then i don't get "#effective:rw-" Is there someone ACL experts out there that can help me ? Regards Arvid --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
