ttytype(F)
ttytype --
set terminal types automatically at login
Format
type line
Description
The ttytype file (/etc/ttytype)
will automatically set up a user's terminal type when they log in.
The user's .login or .profile must contain the correct
tset(C)
command for this to work.
In a .profile:
eval `tset -s`
In a .login:
tset -s -Q > /tmp/tset$$; source /tmp/tset$$; /bin/rm /tmp/tset$$
Each line in ttytype specifies a
terminal type for a particular terminal line.
You can use ``unknown'' as the terminal type if you want to put
an entry in for a particular line, but you don't know its terminal type.
Files
/etc/ttytype-
full pathname of ttytype
See also
tset(C)
Standards conformance
ttytype is not part of any currently supported
standard; it is an extension of AT&T System V provided by
The Santa Cruz Operation, Inc.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003