Skip to content

Instantly share code, notes, and snippets.

@likethesky
Created July 25, 2013 20:09
Embed
What would you like to do?
Determine what's on a port
lsof -i :<port number> e.g.,
$ lsof -i :3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment