Create a new user
Create new user with the following command. Use the option -m
to also create a home folder.
sudo useradd -m <username>
Verify that the user was created with this command:
sudo id <username>
Add a password for that user:
sudo passwd <username>