inittab entries

chris at umcp-cs.UUCP chris at umcp-cs.UUCP
Tue Jan 31 08:51:04 AEST 1984


Without a program 'hanging onto' a port the settings are pretty
much useless, at least in V7 and 4BSD.  A tty that is not attached
to a process gets reset when you open it to a (probably site-dependent)
default.  The only way to get it to go some way and stay that way is
to open it and hold onto it, then set the modes.

A "standard trick" is to use

	sleep 1000000 > /dev/ttyXX &

before setting things up.  (Then you have to go kill the sleep later,
usually.)
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:	chris at umcp-cs		ARPA:	chris.umcp-cs at CSNet-Relay



More information about the Comp.unix mailing list