目录继承父级目录权限

解决办法

setfacl -R  -d -m  u:nginx:rwx userfiles/
-R:  递归
-d:默认acl
-m:  设置后续acl参数

你可能感兴趣的:(目录继承父级目录权限)