Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active September 5, 2022 06:16
Show Gist options
  • Save miguelmota/6bad7cc64b228070492f5dc40f336508 to your computer and use it in GitHub Desktop.
Save miguelmota/6bad7cc64b228070492f5dc40f336508 to your computer and use it in GitHub Desktop.
Linux add user example
sudo useradd -m mota
# alternative way to create home directory
# mkhomedir_helper mota
sudo passwd mota
sudo su - mota
sudo whoami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment