【发布时间】:2015-07-16 01:48:09
【问题描述】:
我知道权限列表是针对用户的,然后是组,第三个是针对其他用户的。
我的例子:
_rwxr--r-- tooth face file1.txt
_rwxr--r-- eye face file2.txt
_rwxr--r-- leg face file3.txt
包含的组
tooth : face head
eye : face head
leg : body
现在,我的问题是: "leg" 是否对 file3 具有 rwx 权限,因为它不是组 "face" 中的成员?
【问题讨论】:
标签: linux unix permissions file-permissions user-permissions