The first user account on the system is usually the one that has administrator privileges. This is the user account that was created when you first installed the system. It is unwise to have too many users with Administrator privileges on one system.
To create a new user with admin privileges in Ubuntu 12.04 and later: adduser
Login from the user who is already administrator, then click on Dash (Ubuntu icon up left) write user and click on User Accounts. Then unlock by clicking the appropriate button and giving the administrator's password. Last, click on the user you want to promote and change from Standard to Administrator.
Create a User. The following steps will guide you through creating a user on an Ubuntu Linux Server 16.04 LTS system. To begin adding a new user to your system, you will need to be logged in using a valid user account for your system. If you are unsure of how to do this, read our tutorial on Logging into Ubuntu Linux Server 16.04 LTS.
The first user account on the system is usually the one that has administrator privileges. This is the user account that was created when you first installed the system. It is unwise to have too many users with Administrator privileges on one system.
Just created a new virtual Ubuntu server and I'm in the process of hardening it for production use. I currently have a root account. I want to do the following: Create a new user (let's call them jim for the rest of this). I want them to have a /home/ directory. Give jim SSH access. On a default Ubuntu install (checked on my 16.04), the username admin should not be taken yet. However, there can be a system group named admin, which has similar effects as the sudo group. As every new user automatically gets assigned a primary group with the same name as the username, creating a user called admin might fail. It is not The admin user's UID will be 1000, and the admin group's GID will be 1000 as well. I don't think you need to change this, but it's a good idea to be aware of its significance. I presume you intend the user you create during installation and name admin to be an administrator of the system who is permitted to run arbitrary commands as root (or Create a User. The following steps will guide you through creating a user on an Ubuntu Linux Server 16.04 LTS system. To begin adding a new user to your system, you will need to be logged in using a valid user account for your system. If you are unsure of how to do this, read our tutorial on Logging into Ubuntu Linux Server 16.04 LTS.