Sodamhan.com

TL;DR

groupmod

Modify existing user groups in the system. See also: groups, groupadd, groupdel. More information: https://manned.org/groupmod.

  • Change the group name:

sudo groupmod --new-name new_group group_name

  • Change the group ID:

sudo groupmod --gid new_id group_name

This document was created using the contents of the tldr project.