Process Control Flashcards

0
Q

top

A

List all the top running processes. These are commonly filtered and sorted with other commands.

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

ps

A

List all the processes running.

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

BG

A

Move a task to the background.

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

fg

A

Move a task to the foreground.

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

kill

A

Terminate a task. This is usually done by PID (process id).

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