Skip to content

Instantly share code, notes, and snippets.

@n0531m
Created September 28, 2016 00:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n0531m/bf0437e06b1c1c697cd1b82a7cb8c39a to your computer and use it in GitHub Desktop.
Save n0531m/bf0437e06b1c1c697cd1b82a7cb8c39a to your computer and use it in GitHub Desktop.
To see which processes (files) are consuming a range of ports, use the List Open Files
# To see which processes (files) are consuming a range of ports, use the List Open Files command
lsof -i :8000-8020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment