Created
October 9, 2012 17:11
-
-
Save knzai/3860108 to your computer and use it in GitHub Desktop.
lsof command to find all things listening on ports
This file contains hidden or 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 -Pnl +M -i4 | grep LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lsoft -i -p -n | grep LISTEN