Skip to content

Check Server Ports

Mohammad Kazem Faghih Khorasani edited this page Aug 10, 2019 · 1 revision

Check ports listening

netstat -tulpn | grep LISTEN

Check open ports of an IP

nmap <ip>

How to check if port is in use on Linux or Unix

Clone this wiki locally