1 min read 21 words Updated Sep 24, 2026 Created Sep 24, 2026
#debian#linux#networking

telnet can be used to check for TCP connections on ports.

Install telnet: apt install inetutils-telnet

An alternative is nc (netcat)