From 2778555f3b5cfa440d998e116157e87f1db8acd1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 17 May 2004 22:21:15 +0000 Subject: [PATCH] filesystem -> file system --- TROUBLESHOOTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0