chmod权限设置
2018-12-18 15:56:45    316    0    0
admin

语法为:chmod abc file
其中a,b,c各为一个数字,分别表示User、Group、及Other的权限。

  • r=4
  • w=2
  • x=1 执行

若要rwx属性则4+2+1=7(可读、写、执行);
若要rw-属性则4+2=6(可读、写);
若要r-x属性则4+1=5(可读、执行)。

Prev: Nging1.3.3 版发布

Next: elementary os 登录后卡死解决办法

316
Table of content