Fix: cd into directory without having permission
Q
When cding into one of my directories called openfire the following error is returned:
bash: cd: openfire: Permission denied
A
sudo su
cd directory
Then, to exit out of “super user” mode, just type exit.
Leave a Reply