>> Use the following:
>>
>> setfacl -m d:u::rwx,d:g::rwx,d:o::rx /home/stefi/kepek/
>>
>> i.e. also give it a default execute permission.
> 
> Thanks, it works know, though I don't understand it.

The default user, group and other ACLs of a directory are ANDed with the
mask passed to the open() or mkdir() call. For directories, the mode is
normally passed as 0777, so you end up with 0775 permission. For files,
the mode is usually passed as 0666, and so you get 664 permissions.

-- Remy


Remove underscore and suffix in reply address for a timely response.

-- 
gentoo-user@gentoo.org mailing list

Reply via email to