Skip to content

Instantly share code, notes, and snippets.

@uzxmx
Created April 2, 2018 08:48
Show Gist options
  • Save uzxmx/d0c9f08d1b69ecd274582721db93f413 to your computer and use it in GitHub Desktop.
Save uzxmx/d0c9f08d1b69ecd274582721db93f413 to your computer and use it in GitHub Desktop.

Find tcp port of programs (network, tcp, listen)

lsof -i -n -P | grep TCP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment