码迷,mamicode.com
首页 > 系统相关 > 详细

Linux中chmod

时间:2020-07-08 10:29:47      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:image   mod   code   权限   直接   use   inf   用户   有用   

在Linux中:譬如:

    技术图片

    其中蓝色框内的就是对应文件的权限:

      r:read  (4)

      w:write   (2)

      x:执行权   (1)

    每一行都是:三个为一组,一共三组,依序为:用户权限(user,u),组权限(group,g),其他(other,o)(最高权限为:777)

    在现有权限上更改:使用+:

                chmod  g+wx file (为file增加组权限wx)

                chmod a+wx file(a代表所有用户)

    直接更改:chmod abc file(abc为三个数字,代表三组权限,比如a代表用户权限:有rwx(r(4)+w(2)+x(1) = 7)

Linux中chmod

标签:image   mod   code   权限   直接   use   inf   用户   有用   

原文地址:https://www.cnblogs.com/hexd-11/p/13265327.html

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