Answers for "command to find open ports"

13

how to check the ports in use in windows cmd

netstat -aon
Posted by: Guest on August-15-2020
5

check what ports are open linux

## if you use linux
sudo ss -tulw
Posted by: Guest on May-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language