=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/TROUBLESHOOTING,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/sudo/Attic/TROUBLESHOOTING 2002/01/23 23:03:24 1.5 --- src/usr.bin/sudo/Attic/TROUBLESHOOTING 2003/04/19 21:57:17 1.6 *************** *** 149,157 **** A) Someone else is currently editing the sudoers file with visudo. Q) When I try to use "cd" with sudo it says "cd: command not found". ! A) "cd" is a shell builtin, you can't run it as a command since ! a child process (sudo) cannot affect the current working directory ! of the parent (your shell). Q) When I try to use "cd" with sudo the command completes without errors but nothing happens. --- 149,157 ---- A) Someone else is currently editing the sudoers file with visudo. Q) When I try to use "cd" with sudo it says "cd: command not found". ! A) "cd" is a shell built-in command, you can't run it as a command ! since a child process (sudo) cannot affect the current working ! directory of the parent (your shell). Q) When I try to use "cd" with sudo the command completes without errors but nothing happens.