乐趣区

关于centos:52chmod

文件有三种身份

  • owner:文件所有者
  • group:同用户组
  • others:其余非本用户组

身份又别离有三个权限

  • read
  • wirte
  • execute

文件的权限字符为:

-rwxrwxrwx

别离对应:owner\group\others
权限如下:

  • r:4
  • w:2
  • x:1

应用示例:

chmod -R 740 /usr/local/test/
退出移动版