The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Security
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 06-17-2007
pankajdharmik pankajdharmik is offline
Registered User
 

Join Date: Dec 2006
Posts: 3
all ports below 1024 are blocked for non root users....

u can check the port status by using netstat command

netstat -an |grep <PORT_NO>
Reply With Quote