usermod
Linux · Users and permissions · available in the simulator
What it does
Modify an existing user account.
Syntax
usermod [opciones] usuario
Options and parameters
-aGAdd the user to supplementary groups without removing them from current ones.
sudo usermod -aG sudo ana-l NUEVOChange username
-LLock the account.
-UUnlock the account.
-d DIRChange home directory
-lChange the account login name.
-sChange the login shell.
-dChange the home directory; with -m also move its contents.
Usage examples
sudo usermod -aG devs anasudo usermod -l nuevo viejosudo usermod -L anasudo usermod -aG sudo ana