ps | Report on current processes |
pstree | Display a tree of processes |
top | Show real time processes |
kill | Terminate a process by PID |
killall | Kill a process by name |
pkill | Look up or signal processes based on same and other attributes |
pgrep | Grep for process information |
ctrl+z | Stop the job but don’t end process |
& | Place this after a command to put the process in the background |
jobs | Display all jobs |