Well lsof -P -i -n | cut -f 1 -d " "| uniq | tail -n +2 Will give you a list of applications with active network connections. At the non-application end, checking for connections to *.edgefcs.net should also work. Kris