Saturday, August 7, 2010

LSOF

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?

1 comment:

  1. I didn't know the one about netstat, but I found it online.

    ReplyDelete