Created
October 30, 2024 12:31
-
-
Save mpaloni/d42462919d557fc1d5c75be2e061c5f9 to your computer and use it in GitHub Desktop.
bash
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
# List all used ports | |
sudo netstat -tulpn | grep LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment