sudo: cannot get working directory
转自:https://www.matthewgall.info/2012/01/sudo-cannot-get-working-directory/
Here’s a little solution to an issue I was having. Sometimes when I was conducting filesystem tasks I would receieve:
sudo: cannot get working directory
Surprisingly a very easy issue to fix. The error simply relates to the fact that the working directory you are in doesn’t exist any longer. The solution to it is even simpler, in the terminal, run:
cd
Sorted!