INTRODUCTION Flashcards

1
Q

UNIX

A

A family of Operating Systems that includes Linux, Android,iOS( iPhone and iPad) , and macOS

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

Terminal

A

The program that gives us a command line

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

[ projects]$

A

prompt

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

rm

A

command

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

-f

A

option

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

foo . txt

A

argument

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

CMD + T

A

create a new terminal tab

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

Place where characters are printed

A

Standard Output or ‘Standard Out”

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

echo < string >

A

print string to screen

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

man < command >

A

display manual page for command

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

CTRL ^ C

A

get out of trouble

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

CTRL ^ A

A

move to beginning of line

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

CTRL ^ E

A

move to end of line

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

CTRL ^ U

A

delete to beginning of line

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

Option-Click

A

move cursor to location clicked

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

UP & DOWN arrows

A

scroll through previous commands

17
Q

‘clear’ or ‘ CTRL ^ L ‘

A

clear screen

18
Q

‘exit’ or ‘CTRL ^ D’

A

exit terminal window