Telnet - Linux

OS: 
Function: 
Summary
  • The telnet commands allow you to communicate with a remote computer that is using the Telnet protocol.
Detailed Description
  • Use a remote terminal session between two hosts, using telnet.
Command Syntax
  • telnet host
Examples
  • Start a Telnet session from PC1 to PC2:
    • PC1% telnet 10.0.1.12
  • Start a Telnet session from PC3 to PC4:
    • PC3% telnet 10.0.1.14