On 20/08/12 14:10, Greg Freemyer wrote:
On Mon, Aug 20, 2012 at 6:33 AM, lynn <lynn@steve-ss.com> wrote:
Hi everyone
I seem to have group rw on all files created on this directory:
getfacl home # file: home # owner: root # group: root user::rwx user:administrator:rwx group::r-x mask::rwx other::r-x default:user::rwx default:user:administrator:rwx default:group::r-x default:mask::rwx default:other::r-x
I want: user::rwx user::administrator:rwx (which I have) but, what I'm missing is: group::r-x
I think it is something to do with mask::rwx
Is that correct and if so how do I change (recursively) so that files are created r-x
Thanks, L x
Does this help
http://old-en.opensuse.org/How_to_share_directories_between_groups_of_users_...
Greg
Yes thanks. I found out what it is. The actual (e.g. file) in a listing is represented as: -rwxrwx--x+ but it behaves as: -rwxr-x--x And there is indeed no group rw even though the listing suggests that there is. conclusion: It seems that what you see in a file listing with an acl set is not wysiwyg L x It seems -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org