Skip to content

Instantly share code, notes, and snippets.

@yashk
Created February 18, 2014 15:59
Show Gist options
  • Save yashk/9073755 to your computer and use it in GitHub Desktop.
Save yashk/9073755 to your computer and use it in GitHub Desktop.
find used port on linux
netstat -antu |egrep ':8006|:8007|:8008|:8010'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment