# chmod - [命令功能](#section13992936121418) - [命令格式](#section63342439147) - [参数说明](#section894414671411) - [使用指南](#section182415221419) - [使用实例](#section8518195718147) - [输出说明](#section127391818158) ## 命令功能 chmod用于修改文件操作权限。 ## 命令格式 chmod \[_mode_\] \[_pathname_\] ## 参数说明 **表 1** 参数说明

参数

参数说明

取值范围

mode

文件或文件夹权限,用8进制表示对应User、Group、及Other(拥有者、群组、其他组)的权限。

[0,777]

pathname

文件路径。

已存在的文件。

## 使用指南 在需要修改的文件名前加上文件权限值就可以修改该文件的权限值。 ## 使用实例 举例:chmod 666 hello-harmony.txt ## 输出说明 **图 1** 修改 hello-harmony.txt 文件的权限为666 ![](figure/修改-hello-harmony-txt-文件的权限为666.png "修改-hello-harmony-txt-文件的权限为666")