I have accidentally removed myself from the sudoers list on my Centos 6 droplet. Root login is disabled, and I can still log in as myself (using putty and SSH), but cannot edit the sudoers file. Any ideas on how to fix this?
Thx, Arnold
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!
If ‘su’ doesn’t work, you can reset your root password by logging into your account selecting your droplet then going to the access page on the left side, from there you can select reset root password and a new one will be emailed to you.
Most of us have been there at some point ;)
Select your droplet power it down and then “Kernel” look for “mount recovery kernel”.
Select that and power it back up
Connect to the console. that will give you root access to run the following command to add your user back into the sudo users group:
usermod -aG sudo <put-your-username-here>
Power it down, then go back to your original kernel and power it back up.
Log in and try to use sudo.
Thinks should be back to normal.
Read more here if the above command does not work: https://www.digitalocean.com/community/tutorials/how-to-edit-the-sudoers-file-on-ubuntu-and-centos
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.