Skip to content

Instantly share code, notes, and snippets.

@DannyNunez
Created October 20, 2013 03:05
Show Gist options
  • Save DannyNunez/7064489 to your computer and use it in GitHub Desktop.
Save DannyNunez/7064489 to your computer and use it in GitHub Desktop.
Get PID of all job running on a port.
sudo lsof -i -P | grep "9000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment