cmd/usermod
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd
<hide> page type::reference thing type::command platform::Linux </hide>
Basics
usermod is a command for modifying users on a Linux system.
- manpage for this system
How To
Assign a user to an additional (non-primary) group:
usermod -a -G <groupname> <username>
Related
- Linux/groups: Linux user/group commands
- groups: list what groups a user is in
- /archive/Red Hat 7: 2005 transcription of Red Hat 7 manpage
