Created
May 31, 2013 15:51
-
-
Save zoechi/5685947 to your computer and use it in GitHub Desktop.
open 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
netstat -lptan | |
netstat -lptu | |
netstat -lptun | |
# -l listen | |
# -p process name | |
# -t tcp | |
# -a established connections | |
# -n numeric addresses | |
# -u udp | |
lsof -i -n -P |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment