By gliwaru
It seems my droplet has this error
“sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set”
And can’t access it via Putty also. I think my permissions rights is corrupted Is there a way I can fix this? Thanks
I sudo chown to give another user to access all folders in system
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!
I too ran into the same issue…and thanks to this blog post I solved it :)
Here’s how to do it, I hope somebody will find this useful…
In ubuntu recovery mode, enter the following commands…
mount -o remount,rw /
mount --all
chown root:root /usr/bin/sudo
chmod 4755 /usr/bin/sudo
restart
That’s it…it worked for me…
pkexec chmod 4755 /usr/bin/sudo
pkexec 4755 /usr/bin/sudo
this helped here
What I ran is chown command that gives my another user an all access to root folder. yeah i think i need to reinstall the OS
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.