From: Todd C. Miller Date: Mon, 17 May 2004 22:21:15 +0000 (+0000) Subject: filesystem -> file system X-Git-Tag: SUDO_1_6_8~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2778555f3b5cfa440d998e116157e87f1db8acd1;p=sudo filesystem -> file system --- diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING index c71fc8e46..94a93ccbc 100644 --- a/TROUBLESHOOTING +++ b/TROUBLESHOOTING @@ -11,7 +11,7 @@ A) This usually means you either don't have a working compiler. This Q) Sudo compiles but when I run it I get "Sorry, sudo must be setuid root." and sudo quits. A) Sudo must be setuid root to do its work. You need to do something like - `chmod 4111 /usr/local/bin/sudo'. Also, the filesystem sudo resides + `chmod 4111 /usr/local/bin/sudo'. Also, the file system sudo resides on must *not* be mounted (or exported) with the nosuid option or sudo will not be able to work. Another possibility is you may have '.' in your $PATH before the directory containing sudo. If you are going