I\'m running telnet command on a host for a given port (which is open), it returns 0 (success).
telnet
For trying telnet manually, I type the following comman
Here is the clean way to do it
echo -n | telnet `hostname` 2878
For more info on this behavior see this link