The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Security
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 11-22-2008
Habitual's Avatar
Habitual Habitual is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 22
netstat -atnp -A inet | grep -i listen | uniq -c
shows what ports are open and what program is using them.