Skip to content

Instantly share code, notes, and snippets.

@federicomichela
Created January 31, 2018 10:59
Show Gist options
  • Save federicomichela/06ee1941e350983c73675603664a3d4e to your computer and use it in GitHub Desktop.
Save federicomichela/06ee1941e350983c73675603664a3d4e to your computer and use it in GitHub Desktop.
BASH - list processes on port
netstat -vanp tcp | grep <PORT>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment