[BACK]Return to TROUBLESHOOTING CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/TROUBLESHOOTING between version 1.5 and 1.6

version 1.5, 2002/01/23 23:03:24 version 1.6, 2003/04/19 21:57:17
Line 149 
Line 149 
 A) Someone else is currently editing the sudoers file with visudo.  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".  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) "cd" is a shell built-in command, you can't run it as a command
    a child process (sudo) cannot affect the current working directory     since a child process (sudo) cannot affect the current working
    of the parent (your shell).     directory of the parent (your shell).
   
 Q) When I try to use "cd" with sudo the command completes without  Q) When I try to use "cd" with sudo the command completes without
    errors but nothing happens.     errors but nothing happens.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6