Skip to content

Instantly share code, notes, and snippets.

@two7sclash-zz
Last active February 23, 2017 18:59
Show Gist options
  • Save two7sclash-zz/90f6c06640c855b3333606a685008ae0 to your computer and use it in GitHub Desktop.
Save two7sclash-zz/90f6c06640c855b3333606a685008ae0 to your computer and use it in GitHub Desktop.
dealing with runaway jobs os x
Show which processes are listening to which ports -- lsof -i | grep LISTEN
Show which process is running on a specific port -- lsof -i TCP:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment