Created
June 3, 2018 23:32
-
-
Save arkadiusjonczek/a08f830b6642c097e708bd8276093f39 to your computer and use it in GitHub Desktop.
List open ports on linux/unix #tags: linux
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
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