On Sun, Nov 14, 2010 at 7:09 PM, Tha.Suresh <[email protected]> wrote:
> Show apps that use internet connection at the moment.
>
> $ lsof -P -i -n

If just listing the apps is the goal this will help I think.

$ lsof | grep TCP | cut -f1 -d" " | uniq

--
A
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to