TLDR
Enter a command. For example: useradd, watch, blkdiscard, aurvote.

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 is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.