Wednesday, August 17, 2016

How to create new user on Ubuntu


Creating new user on ubuntu is fairly simple, there is a command line tool for creating new user on ubuntu. In this article i will show you how to create new user on ubuntu.

To create new user on ubuntu, we can use the 'adduser' command, simply type 'adduser' followed by the username, and you need to run it under root privilege.

sudo adduser [username]
For example:
sudo adduser john
sudo adduser sarah
sudo adduser michael
Here's a short video creating new user on ubuntu using adduser command:

No comments:

Post a Comment