Skip to content

Instantly share code, notes, and snippets.

@kattatzu
Created July 22, 2022 05:33
Show Gist options
  • Save kattatzu/439689b1408f5e627a3d72df4573a4c3 to your computer and use it in GitHub Desktop.
Save kattatzu/439689b1408f5e627a3d72df4573a4c3 to your computer and use it in GitHub Desktop.
List open ports
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