貌似这是SELinux定义的访问权限,具体可参考http://superuser.com/questions/230559/what-does-the-dot-mean-at-the-en... 附一段ls.c的代码 if (! any_has_acl) modebuf[10] = '\0'; else if (f->acl_type == ACL_T_SELINUX_ONLY) modebuf[10] = '.'; else if (f->acl_type == ACL_T_YES) modebuf[10] = '+'; 这个就是mode的第十一位的几种情况
貌似这是SELinux定义的访问权限,具体可参考http://superuser.com/questions/230559/what-does-the-dot-mean-at-the-en...
附一段ls.c的代码
这个就是mode的第十一位的几种情况