cmd/usermod

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< cmd
Revision as of 13:06, 6 January 2018 by Woozle (talk | contribs) (tidying)
Jump to navigation Jump to search

Basics

usermod is a command for modifying users on a Linux system.

How To

Assign a user to an additional (non-primary) group:

  • usermod -a -G <groupname> <username>

Related