Answers for "command to check open ports"

5

check what ports are open linux

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

how to check listening ports on a server

sudo ss -tulwn | grep LISTEN
Posted by: Guest on June-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language