baseer
asked Jan 23 2018
Answer
Run the below command in-order to apply the setfacl permission for all the sub-folders
setfacl -d -m u:user:rwx directory_name
parthiban
asked Jan 23 2018
edited Oct 05 2018
setfacl permissions for sub-folders
Setfacl usually sets permission for the specified folder it doesn' t apply for the subfolders created after that,
so how to enable it.