Created
November 8, 2011 17:53
-
-
Save puneetlakhina/1348526 to your computer and use it in GitHub Desktop.
Useful command lines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netstat -tuanp | grep LISTEN | grep (port number) #listening ports using netstat #use -p to list process id also |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment