Created
July 27, 2018 03:04
-
-
Save goddoe/cff76d8cb4ffdaf4a3588a10d8427a74 to your computer and use it in GitHub Desktop.
check open port
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
| # -l = only services which are listening on some port | |
| # -n = show port number, don't try to resolve the service name | |
| # -t = tcp ports | |
| # -u = udp ports | |
| # -p = name of the program | |
| netstat -lntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment