Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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