Synopsis: sudo: cd: command not found State-Changed-From-To: open->closed State-Changed-By: millert State-Changed-When: Tue Mar 1 13:43:35 MST 2011 State-Changed-Why: >From the sudo FAQ: 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).
