Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created June 3, 2018 23:32
Show Gist options
  • Save arkadiusjonczek/a08f830b6642c097e708bd8276093f39 to your computer and use it in GitHub Desktop.
Save arkadiusjonczek/a08f830b6642c097e708bd8276093f39 to your computer and use it in GitHub Desktop.
List open ports on linux/unix #tags: linux
sudo lsof -i
sudo netstat -lptu
sudo netstat -tulpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment