
telnet
List of commands for telnet:
-
telnet:connect Telnet to a specific port of a host.$ telnet ${ip_address} ${port}try on your machineexplain this command
-
telnet:fun:backgammon Play backgammon on the command line.$ telnet fibs.com 4321try on your machineexplain this command
-
telnet:fun:chess Play chess on the command line.$ telnet freechess.orgtry on your machineexplain this command
-
telnet:fun:excuse Get an excuse why not to do something.$ telnet bofh.jeffballard.us 666try on your machineexplain this command
-
telnet:fun:star-wars Telnet to Star Wars animation.$ telnet towel.blinkenlights.nltry on your machineexplain this command
-
telnet:fun:telehack Collection of fun commands and games.$ telnet telehack.comtry on your machineexplain this command
-
telnet:tldr:1bfee telnet: Start telnet with "x" as the session termination character.$ telnet -e ${x} ${ip_address} ${port}try on your machineexplain this command
-
telnet:tldr:93cd0 telnet: Emit the default escape character combination for terminating the session.$ Ctrl + ]try on your machineexplain this command
-
telnet:tldr:d3619 telnet: Telnet to the default port of a host.$ telnet ${host}try on your machineexplain this command