Created
June 9, 2021 17:59
-
-
Save vancluever/952c187639e6778a8d067a3e35fc37e8 to your computer and use it in GitHub Desktop.
List open network sockets using lsof on MacOS
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/sh | |
lsof -Pni |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment