Xinu7/contrib/distodt/man/odt.doc
ODT(1) UNIX Programmer's Manual ODT(1)
NNNNAAAAMMMMEEEE
odt - connect user's terminal to a backend SUN's console
SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
ooooddddtttt [ option ] ...
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
_O_d_t connects a terminal on the SUN (or VAX) to a backend
SUN's console line so the output of the backend SUN appears
on the terminal screen and characters typed at the keyboard
are sent to the backend SUN. _O_d_t sets the backend SUN's tty
line to raw mode, and the SUN (or VAX) terminal to cbreak
mode. The connection can be broken by killing the odt pro-
cess (e.g., by typing the interrupt character (e.g.,
CONTROL-C).
When _o_d_t receives a backslash from the terminal, it switches
to raw mode to read one character, after which it switches
back to cbreak mode. The backslash escape allows the user
to send characters like CONTROL-C to the backend SUN even
though they are normally interpreted as signals. As a spe-
cial case, an escaped null character (octal 0) causes _o_d_t to
force the backend SUN line into a break condition for 1
second. This is useful for halting the processor and trap-
ping to the SUN monitor program.
Options are:
----cccc_C_L_A_S_S
Class. Connect to a machine in the class _C_L_A_S_S if one
is available. The default class is SUN. If the user
already has a machine reserved in the class _C_L_A_S_S, then
the reserved machine will be used. However, if the
user already has a machine reserved in a different
class, then it will be released before the new machine
is reserved. If no machines are available in the speci-
fied class then a message to that effect will be
printed.
----mmmm_M_A_C_H
Machine. Use the backend SUN named _M_A_C_H if it is
available. If the user already has a backend SUN
reserved, then it will be released before the new
machine _M_A_C_H is reserved. If machine _M_A_C_H is unavail-
able, then a message to that effect will be printed.
SSSSEEEEEEEE AAAALLLLSSSSOOOO
busers(1), download(1), odtunlock(1)
FFFFIIIILLLLEEEESSSS
/tmp/xinu/* Local lock files. Named by user's login id
Printed 6/8/88 1
ODT(1) UNIX Programmer's Manual ODT(1)
BBBBUUUUGGGGSSSS
Avoid suspending odt (CONTROL-Z) if possible since it will
leave the terminal line in cbreak mode.
Printed 6/8/88 2