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
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