修改文件/目录的权限:chmod 规则 文件/目录名 规则: 角色:u 自己人 user g 同组人 group o 其他人 other a 所有人 all 操作: + - 权限 r w x 数字:644 755 举例:rwx rwx rwx 777 #chomod u+x 1.txt 针对自己增加可执行权限 #chmod u-x 1.txt 针对自己去除可执行权限 #chmod g+w 1.txt 针对同组人增加可写权限 #chmod a+rx,g+w 1.txt 所有
使用命令:chmod 用法:chmod [选项]... 模式[,模式]... 文件... 或:chmod [选项]... 八进制模式 文件... 或:chmod [选项]... --reference=参考文件 文件...Change the mode of each FILE to MODE.With --reference, change the mode of each FILE to that of RFILE. -c, --changes like verbose but report