1.$ <Ctrl/]> (characters not echoed)
      TELNET> SHOW STATUS <Return>
      Session  1 Active  Host FINDER
         .
         .
         .
      TELNET> RESUME <Return>
      $
      This example:
      o  Starts at the prompt of remote OpenVMS host FINDER.
      o  Escapes from FINDER and returns to the local TELNET prompt.
      o  Issues SHOW STATUS, which displays one active session.
      o  Returns to FINDER's prompt.
    2.% <Ctrl/]> (characters not echoed)
      TELNET> SHOW STATUS <Return>
      Session  2 Active  Host LUNA
         .
         .
         .
      Session  1 Waiting Host SOLAR
      TELNET> RESUME 1 <Return>
      %
      This example:
      o  Starts at the prompt of UNIX host luna.
      o  Escapes from luna.
      o  At the TELNET prompt, issues SHOW STATUS, which displays two
         active sessions, the active one with luna and another with
         host solar, whose status is "waiting."
         The RESUME 1 command returns to "waiting" host solar.