How to use the Terminal to see what Mac processes are accessing the internetIf you’ve ever wondered about which programs are using your internet connection at any point in time, here’s one way to find out using Terminal. Open Terminal, in Applications > Utilities, and run this command: lsof -P -i -n | cut -f 1 -d " " | uniq When you press return, you’ll see a […]
Source:
How to use the Terminal to see what Mac processes are accessing the internet