Created
September 10, 2019 00:27
-
-
Save manniresystems/1ccbfc206eb10970e384f6494622288e to your computer and use it in GitHub Desktop.
Raspberry Pi Raspbian list 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 -lnt | grep LISTEN | awk '{ print ( $4 ) }' | awk 'BEGIN{FS=":"} { print $(NF) }' | sort -n | uniq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment