Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created August 15, 2016 10:47
Show Gist options
  • Save bouassaba/07ec9da2ebf77ae694ef46fbde9ff40e to your computer and use it in GitHub Desktop.
Save bouassaba/07ec9da2ebf77ae694ef46fbde9ff40e to your computer and use it in GitHub Desktop.
macOS: show processes using a specific port
netstat -anp tcp | grep 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment