2007
09.15

In Ubuntu you cannot directly sudo cd folder. But in sudo bash you can.
So enter to bash mode:

$ sudo bash

Now you can sudo etc.

# cd

Leave sudo bash with exit-command:

# exit

Comments are closed.