Created
July 20, 2018 13:59
-
-
Save DrSnowbird/9ccee07700e8dba600a36bc303673e36 to your computer and use it in GitHub Desktop.
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
## find ports being used | |
sudo netstat -antup |awk '{print $4;}'|cut -d':' -f2 |sort -u | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linux utility scripts