引体向上3376782
2016-12-10 14:10
root@liu-CW65S:/home# ls -dl test
-rw-r--r-- 1 root root 0 12月 10 13:43 test
root@liu-CW65S:/home# setfacl -m u:liu:rwx test
root@liu-CW65S:/home# ls -dl test
-rw-rwxr--+ 1 root root 0 12月 10 13:43 test
root@liu-CW65S:/home# getfacl test
# file: test
# owner: root
# group: root
user::rw-
user:liu:rwx
group::r--
mask::rwx
other::r--
为什么setfacl后getfacl出来 group::r--
ls -l 出来的组权限是rwx?
setacl也是对用户为什么组权限会改动呢?
当文件有acl权限之后,ls 显示的中间那一组数就是表示的acl_mask而不是group了~~~
参考链接:http://www.cnblogs.com/ZhangShuo/articles/1836971.html
牛批,我也正纳闷呢,thx
Linux权限管理之特殊权限
33276 学习 · 69 问题
相似问题