]> granicus.if.org Git - sudo/commitdiff
filesystem -> file system
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 May 2004 22:21:15 +0000 (22:21 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 May 2004 22:21:15 +0000 (22:21 +0000)
TROUBLESHOOTING

index c71fc8e467fd8bda9ba24726ad08ed5628835dc3..94a93ccbcd44e69c456cec01dfda115c0f882f10 100644 (file)
@@ -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