Last active
October 11, 2015 03:53
-
-
Save djtech42/4c6f7010a42a0c08facb to your computer and use it in GitHub Desktop.
List open TCP and UDP Ports and Applications Using Them
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 -i | grep ESTABLISHED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment