Skip to content

Instantly share code, notes, and snippets.

@karmanov
Created January 6, 2015 09:15
Show Gist options
  • Save karmanov/b3baebae586b039f5969 to your computer and use it in GitHub Desktop.
Save karmanov/b3baebae586b039f5969 to your computer and use it in GitHub Desktop.
What Program Is Using Port 8080
$ sudo lsof -i :8080 | grep LISTEN
$ sudo ps -ef | grep 12895
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment