By Oliver
I created a sudo user as instructed here: https://www.digitalocean.com/community/tutorials/how-to-create-a-new-sudo-enabled-user-on-ubuntu-20-04-quickstart
When I test the user like this: sudouser@my-droplet:~$ su - sudouser
–> I get this result: sudouser is not in the sudoers file. This incident will be reported.
I would appreciate if the tut would add a link to what to do if this happens.
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @0LL13,
It seems like you’ve missed adding the user to the sudo group. Can you please check STEP 3 from the tutorial again and see if it will help you out:
Step 3 — Adding the User to the sudo Group Use the usermod command to add the user to the sudo group:
usermod -aG sudo sammy
Again, be sure to replace sammy with the username you just added. By default on Ubuntu, all members of the sudo group have full sudo privileges.
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
