Answers for "how to check if port 80 is open in 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 "how to check if port 80 is open in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language