Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!rochester!PT.CS.CMU.EDU!sei!sei.cmu.edu!pdb From: pdb@sei.cmu.edu (Patrick Barron) Newsgroups: comp.unix.questions Subject: Re: setting the control terminal (how?) Message-ID: <3666@aw.sei.cmu.edu> Date: 2 Jan 88 07:36:46 GMT References: <435@picuxa.UUCP> Sender: netnews@sei.cmu.edu Reply-To: pdb@sei.cmu.edu (Pat Barron) Organization: Carnegie-Mellon University, SEI, Pgh, Pa Lines: 5 Assuming 4.2BSD-ish Unix, you have to disassociate the current control TTY before you can establish a new one. You do this with the TIOCNOTTY ioctl. --Pat.