Answers for "how to check linux service port"

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 "how to check linux service port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language