Closed ThePrez closed 2 years ago
Describe the solution you'd like
I'd like to be able to use sc to list all ports that are currently open. So, essentially the equivalent of running:
sc
SELECT * FROM QSYS2.NETSTAT_INFO WHERE TCP_STATE = 'LISTEN' order by LOCAL_PORT DESC;
It could also cross-reference and provide the service name for known services
Describe the solution you'd like
I'd like to be able to use
sc
to list all ports that are currently open. So, essentially the equivalent of running:It could also cross-reference and provide the service name for known services