How to check the listening ports and applications

sudo lsof -i -P -n | grep LISTEN

sudo netstat -tulpn | grep LISTEN

sudo nmap -sTU -O IP-address-Here

Last updated

Was this helpful?