Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!mcgill-vision!snorkelwacker!usc!sdd.hp.com!hp-pcd!hpfcso!hpfcdc!kb From: kb@hpfcdc.HP.COM (Ken Burgess) Newsgroups: comp.sys.hp Subject: Re: stty on hp9000s300 Message-ID: <5570485@hpfcdc.HP.COM> Date: 12 Sep 90 16:36:05 GMT References: <1990Sep11.155337.17413@cunixf.cc.columbia.edu> Organization: HP Fort Collins, Co. Lines: 8 For the stty parms to "stick" some process must be holding the port open. One common way to "hold a port" is to use the command nohup sleep 900000 < /dev/tty?? & This is done in inittab for serial line printers etc. Ken