Skip to content

Instantly share code, notes, and snippets.

@xxdesmus
Created May 25, 2014 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxdesmus/cdc2b06f05c8437a4c90 to your computer and use it in GitHub Desktop.
Save xxdesmus/cdc2b06f05c8437a4c90 to your computer and use it in GitHub Desktop.
netstat -tuplanet
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 0 979192 23267/lt-nghttpx
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 0 905842 3037/lt-nghttpd
tcp 0 0 127.0.0.2:80 0.0.0.0:* LISTEN 0 875607 25471/nginx
tcp 0 0 127.0.0.2:80 127.0.0.1:41485 TIME_WAIT 0 0 -
tcp6 0 0 :::443 :::* LISTEN 0 875606 25471/nginx
tcp6 0 0 :::8080 :::* LISTEN 0 905843 3037/lt-nghttpd
tcp6 0 0 :::80 :::* LISTEN 0 875605 25471/nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment