Proccess management
View processes
top
htopInstall
sudo apt-get install htop
brew install htopList all processes
ps -AList processes tree
pstreeStop a process with a PID
kill <PID>Stop a process with a name
pkill safari
killall safariList processes with a global regular expression print
pgrep -i safariChange process priority (sudo maybe needed)
renice 19 PID