How to add a new user in Ubuntu 12.04, and how i give them a root user
privileges
With 12.04 and later
If the user already exists
sudo usermod -aG sudo
To create the user
adduser --group sudo
replace username with the name of the user and remove < >
No comments:
Post a Comment