You could scan your localhost for open ports using a tool like nmap.
nmap -v -sT localhost
nmap can be built from source or installed from the repo of most (if not all) major distros.
You could scan your localhost for open ports using a tool like nmap.
nmap -v -sT localhost
nmap can be built from source or installed from the repo of most (if not all) major distros.