Answers for "check if port is open firewall linux"

2

linux check if a port is open

sudo lsof -i -P -n | grep LISTEN
Posted by: Guest on June-16-2021

Code answers related to "check if port is open firewall linux"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language