top
List all the top running processes. These are commonly filtered and sorted with other commands.
ps
List all the processes running.
BG
Move a task to the background.
fg
Move a task to the foreground.
kill
Terminate a task. This is usually done by PID (process id).