sudo groupadd developers

Category: Administration

sudo groupadd developers

Create a new group

A group is a named set of users that shares permissions, and groupadd creates one, here developers. The system assigns the next free GID automatically. Assign users to it with usermod -aG or adduser USER GROUP.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.