Created
December 17, 2014 16:05
-
-
Save yunazuno/54cac0b8fa6ae2f55141 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
[root@HOSTNAME:~]# netstat -natup | |
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name | |
(snip) | |
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 38681/java | |
tcp 0 0 127.0.0.1:48176 127.0.0.1:8080 ESTABLISHED 38681/java | |
tcp 71 0 127.0.0.1:8080 127.0.0.1:48176 ESTABLISHED 38681/java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment