How to add a new user in Ubuntu 12.04, and how i give them a root user privileges
Asked
Active
Viewed 1.6k times
1 Answers
2
With 12.04 and later
If the user already exists
sudo usermod -aG sudo <username>
To create the user
adduser <username> --group sudo
replace username with the name of the user and remove < >

Stormvirux
- 4,466

Warren Hill
- 22,112
- 28
- 68
- 88