The Archives
-
04.17.09Showing a computer’s open ports$ netstat -an | grep -i listen Shows the open ports on all the IPs of the computer the command is run on.
-
07.05.08Summary of network traffic per interface$ netstat -I en1 -w 1 input (en1) output packets errs bytes packets errs bytes colls 2 0 54 2 ...