>_ linuxcommand.dev
Startseite usermod
User Management

usermod

Modifies attributes of a user account.

Syntax
$usermod [OPTIONS] USER
Examples
Examples
$usermod -l newname john
Examples
$usermod -aG sudo john
Warnings
Careful with -L (lock account) and -U (unlock account)
Typical use cases
Add group
usermod -aG sudo john
Change shell
usermod -s /bin/zsh john
Note Provides wide options for user modification (groups, shell, home directory).
Export