Skip to content

Instantly share code, notes, and snippets.

@puneetlakhina
Created November 8, 2011 17:53
Show Gist options
  • Save puneetlakhina/1348526 to your computer and use it in GitHub Desktop.
Save puneetlakhina/1348526 to your computer and use it in GitHub Desktop.
Useful command lines
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