COMMANDLINE Flashcards

1
Q

What is CLI

A

A command-line interface is any kind of interface that is used
by entering (textual) commands. The terminal is one of these,
but some programs have their own command-line interfaces.

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

What is GUI?

A

graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based UIs, typed command labels or text navigation.

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 pulls up manual
cat - concat and print files
ls- lists files in directory
pwd - prints working directory
echo - displays lines of text
touch - change file timestamps
mkdir - make directory
mv - move and rename files
rm - remove files or directories
cp - copy files or directories

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