Answers for "linux return to last directory"

1

bash back to last folder

To navigate to the previous directory (or back), use "cd -"
Posted by: Guest on August-04-2021
6

how to step back in the path in temrinal

cd ~ or cd -
Posted by: Guest on March-04-2020
4

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

Browse Popular Code Answers by Language