Answers for "how to move up in terminal"

1

how to move up in terminal

cd ..   # one up
cd ../  # two up
cd      # home directory 
cd /    # root directory
cd "yaya-13" # use quotes if the file name contains punctuation or spaces
Posted by: Guest on April-25-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language