By tbresnahan
In this tutorial it says to use below to give a new user sudo privileges:
gpasswd -a "newuser" sudo
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-14-04
In this tutorial it says to use add newuser ALL=(ALL:ALL) ALL using:
visudo
https://www.digitalocean.com/community/tutorials/how-to-add-and-delete-users-on-an-ubuntu-14-04-vps
Should I use both techniques?
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
You only need to do one or the other. They are simply two different ways to accomplish the same task. In the first example, you are adding your user to the “sudo” group which has permissions to use the sudo command. In the second, you are giving your user the permissions directly.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.