Skip to content

Instantly share code, notes, and snippets.

@alfredoreduarte
Created January 23, 2019 12:06
Show Gist options
  • Select an option

  • Save alfredoreduarte/5ce5d07079b559b142e9b7fdf68bce69 to your computer and use it in GitHub Desktop.

Select an option

Save alfredoreduarte/5ce5d07079b559b142e9b7fdf68bce69 to your computer and use it in GitHub Desktop.
get PID of process using a given port

netstat -vanp --tcp | grep 3000

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