ps
Display process status
ps -e
See all running and non-running processes
ps -f
Full format listing of processes
ps -u username
See the processes being run by a specific username
ps -p pid
See the processes ids
ps -eH or ps -e —forest
Prints processes in a tree structure
bg process
Moves a suspended process to the background
fg process
Moves a process ti the foreground
kill
Kill a process by targeting its PID
jobs
List all jobs