HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
t
telnet(1) Kerberos telnet(1)
synch Sends the TELNET SYNCH sequence. This sequence causes the remote
system to discard all previously typed (but not yet read) input. This
sequence is sent as TCP urgent data (and may not work to some systems --
if it doesnt work, a lower case ‘‘r’’ may be echoed on the terminal).
brk Sends the TELNET BRK (Break) sequence, which may have significance to
the remote system.
ip Sends the TELNET IP (Interrupt Process) sequence, which should cause
the remote system to abort the currently running process.
ao Sends the TELNET AO (Abort Output) sequence, which should cause the
remote system to flush all output from the remote system to the user’s ter-
minal.
ayt Sends the TELNET AYT (Are You There) sequence, to which the remote
system may or may not choose to respond.
ec Sends the TELNET EC (Erase Character) sequence, which should cause
the remote system to erase the last character entered.
el Sends the TELNET EL (Erase Line) sequence, which should cause the
remote system to erase the line currently being entered.
ga Sends the TELNET GA (Go Ahead) sequence, which likely has no
significance to the remote system.
nop Sends the TELNET NOP (No OPeration) sequence.
? Prints out help information for the send command.
set variable_name value
Set any one of a number of telnet variables to a specific value. The special value
off
turns off the function associated with the variable. The values of variables can be shown by
using the display command. The following variable_names can be specified:
echo
This is the value (initially ˆE) which, when in line-by-line mode, toggles between
doing local echoing of entered characters (for normal processing), and suppressing
echoing of entered characters (for entering, for example, a password).
escape
This is the telnet escape character (initially ˆ]) which causes entry into telnet
command mode (when connected to a remote system).
interrupt
If telnet is in localchars mode (see toggle localchars below) and the
interrupt character is typed, a TELNET IP sequence (see send ip above) is sent to
the remote host. The initial value for the interrupt character is taken to be the
terminal’s intr character.
quit
If telnet is in localchars mode (see toggle localchars below) and the
quit character is typed, a TELNET BRK sequence (see send brk above) is sent to
the remote host. The initial value for the quit character is taken to be the terminal’s
quit character.
flushoutput
If telnet is in localchars mode (see toggle localchars below) and the
flushoutput character is typed, a TELNET AO sequence (see send ao above) is
sent to the remote host. The initial value for the flush character is ˆO.
erase
If telnet is in localchars mode (see toggle localchars below), and if
telnet is operating in character-at-a-time mode, then when this character is typed,
a TELNET EC sequence (see send ec above) is sent to the remote system. The ini-
tial value for the erase character is taken to be the terminal’s erase character.
kill
If telnet is in localchars mode (see toggle localchars below), and if
telnet is operating in character-at-a-time mode, then when this character is typed,
Section 1926 3 HP-UX Release 11i: December 2000
___
___