1 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
Your Answer
x