netstat is a command displays statistics on all network activities.
main options:
-a Displays all active ports
-n Numerical display of addresses and port numbers
-o Displays the process identifiers (PID)
| grep 11753 - displays information only for IP 11753 (or other filter)
netstat -a -n | grep 11753
No comments:
Post a Comment