如何修改组

[root@xxx ~]# groupmod -g 3000 aa        #修改组aa的gid为3000

[root@xxx ~]# groupmod -n aa bb        #修改组aa的组名为bb

你可能感兴趣的:(linux,运维)