为了账号安全,请及时绑定邮箱和手机立即绑定

关于acl中group:: 这一行里的权限的问题

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也是对用户为什么组权限会改动呢?


正在回答

2 回答

当文件有acl权限之后,ls 显示的中间那一组数就是表示的acl_mask而不是group了~~~

参考链接:http://www.cnblogs.com/ZhangShuo/articles/1836971.html

2 回复 有任何疑惑可以回复我~
#1

引体向上3376782 提问者

非常感谢!
2016-12-29 回复 有任何疑惑可以回复我~

牛批,我也正纳闷呢,thx

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

关于acl中group:: 这一行里的权限的问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信