List processes that are using the internet

To show the applications and processes that are using the internet at the moment.1)

In terminal enter the command:
  lsof -P -i -n | cut -f 1 -d " " | uniq
list_processes_using_the_internet.txt · Last modified: 2010/02/19 17:01 (external edit)