增加同组用户与其他用户的可执行权限
以/sbin/mgetty文件为例,默认情况下该文件只有root用户具有可执行权限,当使用ls命令查看结果如下
$ ls -l /sbin/mgetty
-rwx------ 1 root root 94312 2006-08-21 /sbin/mgetty
此后桥败丛可通过chmod命令增枯首加其它用户的可执行权限
$ sudo chmod a+x /sbin/mgetty
$ ls -l /sbin/mgetty
-rwx--x--x 1 root root 94312 2006-08-21 /sbin/mgetty
此操作后其它用户均具有该文件的敏樱执行权限