Created
August 17, 2021 12:35
-
-
Save shadyueh/099174c9c656678c69eb20e52529ed8d to your computer and use it in GitHub Desktop.
Comandos uteis
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
# listar portas abertas | |
sudo lsof -i -P -n | grep LISTEN | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment