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

Code answers related to "TypeScript"

Browse Popular Code Answers by Language