Advertisement
Guest User

sfsfsf

a guest
Jul 20th, 2007
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Q) Sudo compiles but when I run it I get "Sorry, sudo must be setuid root."
  2. and sudo quits.
  3. A) Sudo must be setuid root to do its work. You need to do something like
  4. `chmod 4111 /usr/local/bin/sudo'. Also, the file system sudo resides
  5. on must *not* be mounted (or exported) with the nosuid option or sudo
  6. will not be able to work. Another possibility is you may have '.' in
  7. your $PATH before the directory containing sudo. If you are going
  8. to have '.' in your path you should make sure it is at the end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement