Skip to content

Instantly share code, notes, and snippets.

@mikedfunk
Created October 20, 2016 21:51
Show Gist options
  • Save mikedfunk/0e87c959bf0472bebda3a8a8373cc498 to your computer and use it in GitHub Desktop.
Save mikedfunk/0e87c959bf0472bebda3a8a8373cc498 to your computer and use it in GitHub Desktop.
find what process is using a port
#!/bin/bash
# find what process is using a port
lsof -i :8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment