常用更改文件权限的命令,xxx代表文件名 600 只有owner有读和写的权限 644 owner有读和写的权限,group只有读的权限 700 只有ower有读和写以及执行的权限 666 owne......

常用更改文件权限的命令,xxx代表文件名
  600 只有owner有读和写的权限
  644 owner有读和写的权限,group只有读的权限
  700 只有ower有读和写以及执行的权限
  666 owner,group,other都有读和写的权限
  777 owner,group,other都有读和写以及执行的权限

转载请注明出处。