Answers for "how to go back only one directory linux"

6

how to go back to the last directory in linux

/
* File & Directory Commands *

To navigate into the root directory, use */ "cd /" /*
To navigate to your home directory, use */ "cd" /*or*/ "cd ~" /*
To navigate up one directory level, use*/ "cd .." /*
To navigate to the previous directory (or back), use */ "cd -"
Posted by: Guest on December-28-2020

Code answers related to "how to go back only one directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language