AMP AMP
AMP
0
AMP

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
a sample image
baseer
asked Jan 23 2018

Answer

AMP
0
AMP

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
a sample image
parthiban
asked Jan 23 2018
edited Oct 05 2018
Post your Answer