Test TCP connection without telnet or nc itdoctor February 23, 2024 Test TCP connection without telnet or nc2025-03-05T21:56:56-05:00 General It’s simple $ timeout 1 bash -c '< /dev/tcp/google.com/80' $ echo $? 0