[How To] Solution for sudo: must be setuid root problem
->
I had encountered this problem on sudo/gksu not working few months earlier.
Whenever I had to open an application with gksu it did not open at all ! I was wondering what did i do. I dint know whether i meddled with something or is it any other configuration that created the problem.
If I type sudo in terminal i get “sudo: must be setuid root”
This is how I went about fixing it:-
- Open terminal and enter as root i.e. type ’su’ and then the root password (Please be careful while being the root). Alternatively, you can also use ur OS’s live CD to mount the root partition (the partition where you have installed your OS)
- Next, type
chmod 4755 /usr/bin/sudoIf the command perfectly happens then as far I am able to tell sudo and gksu should work correctly.
If anyone of you are still having problems regarding this issue please post it in comments
If you enjoyed this post, make sure you subscribe to my RSS feed! Possibly Related posts:- Though it's been a while since Gutsy was released, I
- Debian and other debian-based distros like Ubuntu have, by default,
- Admin's Note: This solution was emailed to me by Bharath,
- This is the problem that affected me the most in
- Hello people,
This is Bharath Ram. I wanted to share with
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.






It doesn’t have to be 4755, 4111 should work fine.
It may sound strange:
I did both this:
chown root:root /usr/bin/sudo
and
chmod 4755 /usr/bin/sudo
However, it still doesn’t work, as I keep getting the:
sudo: must be setuid root
message.
Uh, and also ’su’ has problem, as it fails logging in even if the password is correct.
Thanks in advance.
Hi,
i have same problem ie sudo: must be setuid root
when i type
node2@node2-prudence:~$ su password
Unknown id: password
node2@node2-prudence:~$ chmod 4755 /usr/bin/sudo
chmod: changing permissions of `/usr/bin/sudo’: Operation not permitted
how to remove it
Thanks
Ramakrishnan
THanks Your’ perfect!!! i have been 27 years searching for this yo are the unic guy that helps me thanks