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) telnet(1)
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 suppress-
ing 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 char-
acter 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 charac-
ter is typed, a TELNET EC sequence (see send ec above) is sent to the
remote system. The initial 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 charac-
ter is typed, a TELNET EL sequence (see send el above) is sent to the
remote system. The initial value for the kill character is taken to be the
terminal’s kill character.
eof If telnet is operating in line-by-line mode, entering this character as the first
character on a line causes this character to be sent to the remote system. The
initial value of the eof character is taken to be the terminal’s eof character.
toggle arguments ...
Toggle (between TRUE and FALSE ) various flags that control how
telnet responds to
events. More than one argument can be specified. The state of these flags can be shown by
using the
display command. Valid arguments are:
localchars
If TRUE, the flush, interrupt, quit, erase, and kill characters (see
set above) are recognized locally, and transformed into appropriate TELNET
control sequences (respectively ao, ip, brk, ec, and el; see send above).
The initial value for this toggle is
TRUE in line-by-line mode, and FALSE in
character-at-a-time mode.
autoflush
If autoflush and localchars are both TRUE, whenever the ao, intr,
or quit characters are recognized (and transformed into TELNET sequences
HP-UX Release 11i: December 2000 3 Section 1921
___
___