Skip to content

Instantly share code, notes, and snippets.

@bilal414
Created July 1, 2014 21:08
Show Gist options
  • Select an option

  • Save bilal414/6769548745906f98f999 to your computer and use it in GitHub Desktop.

Select an option

Save bilal414/6769548745906f98f999 to your computer and use it in GitHub Desktop.
Find Port Process On Mac/Linux
lsof -n -i4TCP:8080 | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment