Thursday, January 20, 2011

what is running on which port

netstat -tnlp ==> to see what the system is listening on whice port
netstat -anp | grep :8000 ==> to see what the system is listening on port number 8000