use the Terminal to seek what Mac processes are gaining access to the win

use the Terminal to seek what Mac processes are gaining access to the win

If 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…