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]
sudo adduser john
sudo adduser sarah
sudo adduser michael
No comments:
Post a Comment