Jump to content

sudo: must be setuid root

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
mop

mop

    Learning Programmer

  • Members
  • PipPipPip
  • 30 posts
When I try to 'sudo -s' I get this error:

sudo: must be setuid root

What does that mean? Why can't I sudo -s like my other accounts?

#2
Crop

Crop

    Learning Programmer

  • Members
  • PipPipPip
  • 62 posts
What are the permissions on your sudo file (/usr/sbin/sudo)?

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You need to run this command on /usr/sbin/sudo

chmod 4111 /usr/bin/sudo