Rev1.0
0
Q:

go up directory terminal

how to move up in terminal
1
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
1
cd -   #go to the previous directory
0

New to Communities?

Join the community