COMMAND LINE BASICS Flashcards

1
Q

What is a CLI?

A

Command Line Interface, recieves commands from a user by lines of text, computer terminals

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

What is CLI man

A

Manuel

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

What is CLI cat

A

concate files and print

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

What is CLI ls

A

shows list of directory

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

What is CLI pwd

A

print workind directory

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

What is CLI echo

A

display line of text
kind of like console.log in commandline

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

What is CLI touch

A

change file timestamps
and create files

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

What is CLI mkdir

A

Make directory
new folder

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

What is CLI mv

A

move (rename) file

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

What is CLI rm

A

remove file
instantaneous

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

What is CLI cp

A

create copy

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

What is CLI history

A

shows history

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