0

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.

Linux Setfacl (Set File Access Control Lists) Permissions Add a comment
baseer
asked Jan 23 2018

Answer

0

Run the below command in-order to apply the setfacl permission for all the sub-folders

setfacl -d -m u:user:rwx directory_name
Add a comment
parthiban
asked Jan 23 2018
edited Oct 05 2018
Post your Answer