setfacl
针对单一用户或者用户组,控制wrx权限。
针对目录文件,-R递归参数;
针对普通文件,-m参数;
删除某个文件的ACL,-b参数。
[[email protected] ~]# setfacl -Rm u:aa:rwx haha
[[email protected] ~]# ls -ld haha
drwxrwx---+ 2 root root 4096 12月 26 11:10 haha
**
getfacl
[[email protected] ~]# getfacl haha
原文地址:https://blog.51cto.com/12400136/2462058
时间: 2024-10-13 04:40:35