June 2016
Beginner
456 pages
9h 31m
English
While installing Ubuntu, we add a primary user account on the server; if you are using the cloud image, it comes preinstalled with the default user. This single user is enough to get all tasks done in Ubuntu. There are times when you need to create more restrictive user accounts. This recipe shows how to add a new user to the Ubuntu server.
You will need super user or root privileges to add a new user to the Ubuntu server.
Follow these steps to create the new user account:
$ sudo adduser bob
sudo privileges:Read now
Unlock full access