Difference between revisions of "CLI Navigating"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
# How would you change to the root directory? | # How would you change to the root directory? | ||
## How would you change back to your home directory? | ## How would you change back to your home directory? | ||
+ | |||
+ | |||
+ | [[CLI Quizes]] |
Revision as of 12:51, 23 February 2008
Commands
cd = change directory ls = list directory contents
Abreviations
/ = the root directory .. = the parent directory ~ = your home directory - = the last directory you were in (not used in paths)
Quiz
- How would you change to the root directory?
- How would you change back to your home directory?