Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jianshen92/3dc65159b03796db6ef67a20e61cecd1 to your computer and use it in GitHub Desktop.
Save jianshen92/3dc65159b03796db6ef67a20e61cecd1 to your computer and use it in GitHub Desktop.
Find all running services on certain port, 8000 in this case
lsof -i -P -n | grep 8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment