Add user on Ubuntu
11 March 2022 (Updated 11 March 2022)
On this page
Create user
Create user with home directory.
sudo useradd -m <user>
Create user without home directory.
sudo useradd <user>
Set user password
sudo passwd <user>
Set the shell
sudo usermod -s /bin/bash <user>
Tagged:
Ubuntu user management
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment