Command List Flashcards
1
Q
~
A
means home
2
Q
pwd
A
Present/Print Working Directory
3
Q
cd
A
change directory
4
Q
/
A
represents root folder
5
Q
cd
A
goes back one level
6
Q
clear
A
clears screen and allows you to scroll up to see previous commands
7
Q
ls
A
list out everything in the directory
8
Q
Ls ..> filename.txt
A
creates text file
9
Q
ls ..
A
list the directory before
10
Q
Ls -l
A
list out everything in long format
11
Q
Man
A
Manual/ Information on command line
12
Q
Rm
A
Removes a file
13
Q
Cat
A
Creating/ Viewing text files