Created
February 18, 2014 15:59
-
-
Save yashk/9073755 to your computer and use it in GitHub Desktop.
find used port on linux
This file contains hidden or 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 -antu |egrep ':8006|:8007|:8008|:8010' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment