Created
January 8, 2014 17:41
-
-
Save kgaughan/8320971 to your computer and use it in GitHub Desktop.
List all the ports with servers listening on them on localhost.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsof -P -i @127.0.0.1 -sTCP:LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment