Just as you'd ping
an IP of to a server to check if it is up, can we also check if, on that running server, a port is active/open?
this just comes from my head,but can you be more specific in your ping
statement?
`ping 127.0.0.1:7004`
I know this command is not allowed, but is there a way to check for this in Linux and Windows?