title: Running processes
If we need to see which processes are currently running on our mac box we can run from the terminal:
$ lsof -i -P
On linux:
$ sudo netstat -tunapl