Process Control Flashcards
0
Q
top
A
List all the top running processes. These are commonly filtered and sorted with other commands.
1
Q
ps
A
List all the processes running.
2
Q
BG
A
Move a task to the background.
3
Q
fg
A
Move a task to the foreground.
4
Q
kill
A
Terminate a task. This is usually done by PID (process id).