comandline list opne ports code example
Example 1: find out process using port windows
netstat -ano | findstr 8080
Example 2: how to check listening ports on a server
sudo ss -tulwn | grep LISTEN
netstat -ano | findstr 8080
sudo ss -tulwn | grep LISTEN