Command Line Flashcards
1
Q
What is a CLI?
A
-Command-line Interface
2
Q
What is a GUI?
A
-Graphical User Interface
3
Q
man
A
-Interface to the online reference manual
4
Q
cat
A
-Concatenate files and print on the standard output
5
Q
ls
A
-List directory contents
6
Q
pwd
A
-Print name of working directory
7
Q
echo
A
-Display a line of text
8
Q
touch
A
-Change file timestamps
9
Q
mkdir
A
-Make directories
10
Q
mv
A
-Move (rename) files
11
Q
rm
A
-Remove files or directories
12
Q
cp
A
-Copy files and directories
13
Q
What are the three virtues of a great programmer?
A
-Laziness, Impatience, and Hubris