Last active
April 24, 2023 04:59
-
-
Save henri/cc9b5fdd16c5d9097b03f145d07f95cc to your computer and use it in GitHub Desktop.
lsof cheat sheet
This file contains hidden or 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
# show open TCP ports which are listening on the host | |
sudo lsof -nP -iTCP -sTCP:LISTEN | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment