Last active
January 29, 2025 12:47
-
-
Save juji/6f920e2c8e352de00282d52265fbf800 to your computer and use it in GitHub Desktop.
mac list open ports
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
#!/bin/bash | |
lsof -PiTCP -sTCP:LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment