How to Scan the Most Popular Ports with nmap Linux

Commands:

sudo apt update

sudo apt install nmap

sudo nmap –top-ports 25 <Target-Host or IP>

Done