VMS Help  —  TCPIP Services, TELNET  Exiting  Example
    The following example shows two ways to close connections:

    % logout
    %TELNET-S-REMCLOSED, Remote connection closed
    -TELNET-I-SESSION, Session 01, host galaxy, port 23
    TELNET>

    TELNET> EXIT
    $
    % <Ctrl/]> (characters not echoed)
    TELNET> DISCONNECT
    galaxy.udp.com>
    TELNET> DISCONNECT
    %TELNET-S-LCLCLOSED, Local connection closed
    -TELNET-I-SESSION, Session 01, host galaxy, port 23
    TELNET>
Close Help