logo
Manual Pages
Table of Contents

NAME

na_logout - allows a user to terminate a telnet session.

SYNOPSIS

logout {telnet}

DESCRIPTION

The logout utility sends a signal to the telnet session to terminate. There can be at most one telnet session and one console session. In case the telnet session is not up then it signals : No active telnet session is present. On telnet session, logout telnet disconnects the telnet session. On the console, logout telnet disconnects the telnet session. On the rsh, logout telnet disconnects the telnet session.

EXAMPLES

To logout the telnet session from a telnet session:
  filer> logout telnet
To logout the telnet session from a console session:
  filerconsole> logout telnet
To logout the telnet session from rsh:
  $ rsh -l username:password hostname logout telnet

SEE ALSO

na_halt(1)
Table of Contents