Monitor and Manage Linux Processes Flashcards

1
Q

What is a process?

A

A running instance of an executable program.

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

What states are processes assigned?

A

Running, sleeping, stopped, or zombie.

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

What command list processes?

A

ps

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

What can a terminal have during its own session?

A

A foreground process an independent background processes.

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

What does the jobs command do?

A

Displays processes within a terminal session.

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

What is a signal?

A

A software interrupt that reports events to an executing program.

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

What commands use signals to control processes?

A

kill, pkill, killall

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

What is a load average?

A

An estimate of how busy the system is.

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

What commands are used to display the load average values?

A

top, uptime, or w

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