Answers for "check open ports"

5

check what ports are open linux

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

see what ports are in use

Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess
Posted by: Guest on April-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language