[Ilugc] [Tip] Show apps that use internet connection at the moment.

  • From: aanjhan@xxxxxxxxx (Aanjhan R)
  • Date: Tue Nov 16 21:01:50 2010

On Sun, Nov 14, 2010 at 7:09 PM, Tha.Suresh <jemenisuresh@xxxxxxxxx> 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

Other related posts: