Created
August 6, 2018 13:08
-
-
Save bamoo456/e80a07f6410a2cdd97a00f580b4a4841 to your computer and use it in GitHub Desktop.
For showing current server listen ports
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
sudo lsof -iTCP -sTCP:LISTEN | grep sshd | |
lsof -i -P -n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment