Modify existing user groups in the system.
groupmod -n {{new_group_name}} {{old_group_name}}
groupmod -g {{new_group_id}} {{old_group_name}}