logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Groupmod - Modify User Groups | Online Free DevTools by Hexmos

Modify user groups with Groupmod. Easily change group names and IDs on Linux systems. Free online tool, no registration required.

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 {{[-n|--new-name]}} {{new_group}} {{group_name}}

  • Change the group ID:

sudo groupmod {{[-g|--gid]}} {{new_id}} {{group_name}}

See Also