Answers for "linux service to test if port is open on remote"

2

check if service in running to a port in linux

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

Code answers related to "linux service to test if port is open on remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language