Linux groupmod命令:更改群组识别码或名称

Linux groupmod(英文全拼:group modify)命令用于更改群组识别码或名称,需要更改群组的识别码或名称时,可用groupmod指令来完成这项工作。

法格式:groupmod [参数]

常用参数:

-g设置欲使用的群组识别码
-o 重复使用群组识别码
-n设置欲使用的群组名称

参考实例

更改bianchengshe用户组为root:

[root@bianchengshe ~]# groupmod -n root bianchengshe

修改组ID

[root@bianchengshe ~]# groupmod -g 6666 bianchengshe

允许使用重复的 GID

[root@bianchengshe ~]# groupmod -g 6666 bianchengshe -o it
© 版权声明
THE END
喜欢就支持一下吧
点赞149 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称

    暂无评论内容