Created
March 11, 2011 21:56
-
-
Save blt/866653 to your computer and use it in GitHub Desktop.
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 -ant | grep 5556 | |
tcp 0 0 0.0.0.0:5556 0.0.0.0:* LISTEN | |
tcp 0 0 127.0.0.1:43914 127.0.0.1:5556 ESTABLISHED | |
tcp 0 0 127.0.0.1:5556 127.0.0.1:43914 ESTABLISHED |
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 -ant | grep 5556 | |
tcp 0 0 0.0.0.0:5556 0.0.0.0:* LISTEN | |
tcp 0 0 127.0.0.1:5556 127.0.0.1:50597 ESTABLISHED | |
tcp 0 0 127.0.0.1:43914 127.0.0.1:5556 ESTABLISHED | |
tcp 0 0 127.0.0.1:50597 127.0.0.1:5556 ESTABLISHED | |
tcp 0 0 127.0.0.1:5556 127.0.0.1:43914 ESTABLISHED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment