$ lsof -P -i -n | cut -f 1 -d " "| uniq | tail -n +2
show only the name of the apps that are using internet
by David Winterbottom (codeinthehole.com)
$ lsof -P -i -n | cut -f 1 -d " "| uniq | tail -n +2
show only the name of the apps that are using internet
by David Winterbottom (codeinthehole.com)
0sem comentários ainda