Sunday, August 23, 2009

Windows/Linux - Identifying used ports

  1. Use netstat utility to identify ports used.
  2. Netstat formats are as follows:
    • Windows: netstat -a -p tcp
    • Linux: netstat -a -n -p –t

No comments:

Post a Comment