Hello,
I want to set some default ACL for the parent directory and want all new files and directories inherit this ACL. man says that this possible:
I want to set some default ACL for the parent directory and want all new files and directories inherit this ACL. man says that this possible:
My task is to set up a default ACL with rwx for "other" on the parent directory and inherit this to directory structure. But for some reason this doesn't work. Is this possible at all?It is possible for files and directories to inherit ACL entries from their parent directory. This is accomplished through the use of the default ACL. It should be noted that before you can specify a default ACL, the mandatory ACL entries for user, group, other and mask must be set. For more details see the examples below. Default ACLs can be created by using -d.