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
usermod -aG sudo john
usermod -s /bin/zsh john
Note
Provides wide options for user modification (groups, shell, home directory).
Export