美文网首页
2019-10-01 设置文件夹权限

2019-10-01 设置文件夹权限

作者: e8a37405cb53 | 来源:发表于2019-10-01 10:23 被阅读0次

    setfacl, getfacl

    设置网页目录权限

     sudo chown www-data:www-data www
    
    

    把我加入网页目录权限

    sudo setfacl -m u:nbt:rwx www
    

    修改我的网页权限

    sudo setfacl -m u:www-data:r-x -R webs
    

    查看权限

     getfacl www
    

    相关文章

      网友评论

          本文标题:2019-10-01 设置文件夹权限

          本文链接:https://www.haomeiwen.com/subject/rkdkpctx.html