Commands Flashcards
What does pwd mean?
Show your working directory (print working directory)
What does ls stand for?
List
What does cd stand for?
Change directory
What does cd .. mean?
Move to the parent directory
What does cd . mean?
Move to current directory
How do you clear your terminal? (Shortcut)
Command + k
What does cd ~ mean?
It’s a tilda - back to home directory
How do you auto complete what you’ve typed?
Tab
How do you quick save?
Command s
How do you quit?
Command q
How do you open the terminal editor?
Nano [file]
When in the terminal editor, how do you save a file?
Control O
How do you exit out of the terminal editor?
Control x
How do you navigate through the history of your commands?
Up and down arrow
What does rm stand for?
Remove