[root@localhost ~]# groupmod [选现] 组名
[root@localhost ~]# groupmod -n testgrp group1 #把组名group1修改为testgrp [root@localhost ~]# grep "testgrp" /etc/group testgrp:x:502: #注意GID还是502,但是组名已经改变