You are not logged in.
Hello
I'm trying to configure my acl on a directory. I set it up for a group to have rwx settings. Then with user 1 I make a folder. the owner is the user the group is inheritted of the parent folder. On the parent folder acl is set.
How can I stop having to execute setfacl on the new directory?
Offline
u can use umask to set settings for user permission, also, the execute permission for a directory means that it is traversable, without it you wont be able to enter the directory.
Offline