LFZ CL Quiz Flashcards

1
Q

What is a CLI

A

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 - getting a manual for a command
cat - print out text from a file or multiple files
ls - list the files/directory of the directory you are in
pwd - print working directory
echo - print text to the command line
touch - create a file
mkdir - make a folder/directory
mv - move a file/directory or rename
rm - remove a file/directory
cp - copy files to a directory
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