# netstat -pant4all the time to see what is listening/connected to my computer.
I found some other useful commands I didn't know about at http://openmaniak.com/netstat.php
To display all the opened network sockets (extended informations):
#netstat -auteTo display the summary statistics for each protocol
-a: All
-u: UDP
-t: TCP
-e: Extended
#netstat -sTo display the extended interfaces statistics:
-s: Summary statistics for each protocol.
#netstat -ie
-i: Interface
-e: Extended information
No comments:
Post a Comment