command line Flashcards

1
Q

What is a CLI?

A

Command Line Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a GUI?

A

Graphical User Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Give at least one use case for each of the commands listed in this exercise

A
man - command manuals
cat - concatenates files or "standardizes" them
ls - list stuff
pwd - prints the working directory
echo - prints stuff to console
touch - creates new file
mkdir - create new directory
mv - move and rename files
rm - delete/remove files
cp - copy files and directories
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three virtues of a great programmer?

A

Laziness, Impatience, Hubris

How well did you know this?
1
Not at all
2
3
4
5
Perfectly