Answers for "how to go up a file in terminal"

2

how to go up a file in terminal

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 -"
To navigate into the root directory, use "cd /"
Posted by: Guest on August-26-2020

Code answers related to "how to go up a file in terminal"

Code answers related to "Javascript"

Browse Popular Code Answers by Language