Using netstat, you can monitor programs that are making connections to remote hosts:
$ netstat -tpe-e, --extend
Display additional information. Use this option twice for maximum detail.-p, --program
Show the PID and name of the program to which each socket belongs.-t, --tcp
Limits the output to show only TCP connections
No comments:
Post a Comment