sudo usermod -aG developers alice

Category: Administration

sudo usermod -aG developers alice

Add a user to a group

usermod -aG appends alice to the developers group, and the -a flag is essential because plain -G replaces her entire group list. New group membership needs a fresh login to apply. Verify with groups alice or getent group developers.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.