When cd
ing into one of my directories called openfire
the following error is returned:
bash: cd: openfire: Permission denied
Is there any way around this?
@user812954's answer was quite helpful, except I had to do this this in two steps:
sudo su
cd directory
Then, to exit out of "super user" mode, just type exit
.