lsof -P -i -n | cut -f 1 -d " " | uniq | tail -n +2
Narcoleptic9 stumbled into a linux command that allowed him to view what applications were using internet connections. Open up a terminal and paste the command. For more information, you can check out the man page. You may want to verify with netstat as well. Can you do this Windows?
I didn't know the one about netstat, but I found it online.
ReplyDelete