码迷,mamicode.com
首页 > 其他好文 > 详细

facl讲解

时间:2015-05-08 09:31:30      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:facl   access   linux   command   

facl:Filesystem Access Control List
利用文件扩展保存额外的访问权限

        setfacl
                -m:设定
                        u:UID:perm
                        g:GID:perm
                        setfacl -m u:mysql:rw inittab
                        d:u:UID:perm
                        d:g:GID:perm
                        以上两个为为目录设置访问控制列表
                -x:取消
                        u:UID
                        g:GID




文件权限应用次序:
        owner->Group->Other
        Owner->facl,user->Group->facl,group->Other


        getfacl FileName:查看文件facl信息

facl讲解

标签:facl   access   linux   command   

原文地址:http://blog.csdn.net/ucan23/article/details/45574737

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!