groupadd
Add user groups to the system.
See also: `groups`, `groupdel`, `groupmod`.
- Create a new group:
sudo groupadd {group_name}
- Create a new system group:
sudo groupadd --system {group_name}
- Create a new group with the specific groupid:
sudo groupadd --gid {id} {group_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).