logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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