sudo cd
does not work because the cd
command is built into the shell. You can use sudo -i
to open root console and then cd
.
sudo cd
does not work because the cd
command is built into the shell. You can use sudo -i
to open root console and then cd
.