normalerweise kann man mittels
sudo program
dieses mit root-Rechten ausführen.
sudo cd verzeichnis
scheitert aber mit
command not found
Der Grund:
cd ist kein Programm/command, sondern eine Abkürzung der bash shell.
"cd is not a program (try to find it on the filesystem!), it's a bash builtin command."
von: http://ubuntuforums.org/showpost.php?p=3379338&postcount=6