美文网首页
Linux 文件用户权限

Linux 文件用户权限

作者: yangqi916 | 来源:发表于2017-03-23 13:55 被阅读0次

    牛客

    chmod rwx(user) rwx(group) rwx(other)

    u stands for user.
    g stands for group.
    o stands for others.
    a stands for all.
    chmod u+x g+w

    相关文章

      网友评论

          本文标题:Linux 文件用户权限

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