扫码关注官方订阅号
百度也没找到什么,感觉没说服力;google因为没梯子,所以来这里问问。 CentOS权限字段后面的点表示什么,图示如下:
学习是最好的投资!
貌似这是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的第十一位的几种情况
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
貌似这是SELinux定义的访问权限,具体可参考http://superuser.com/questions/230559/what-does-the-dot-mean-at-the-en...
附一段ls.c的代码
这个就是mode的第十一位的几种情况