Skip to content

Instantly share code, notes, and snippets.

@pgwillia
Last active August 29, 2015 13:58
Show Gist options
  • Save pgwillia/10285934 to your computer and use it in GitHub Desktop.
Save pgwillia/10285934 to your computer and use it in GitHub Desktop.
Active Internet connections (servers and established) and Active UNIX domain sockets (servers and established)
netstat -ano #general for linux and windows
sudo netstat -anop #linux gets PID/Program name
netstat -anob #windows gets PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment