I am having troubles with number 5 on navigating up one directory from drama/historical/ to drama/.
I would like help on how to code that please! I am very confused! Please Help ASAP!!
Everytime you want to go up one directory you use this command:
cd …
If you want to return all the way to your home directory use:
cd
If you want to check in which directory you are at the moment use:
pwd
Okay. I think I got it now! Thank you!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.