Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!motcsd!hpda!hpcupt1!hpisod2!decot From: decot@hpisod2.HP.COM (Dave Decot) Newsgroups: comp.unix.wizards Subject: Re: What kinds of things would you want in the GNU OS? Message-ID: <14020062@hpisod2.HP.COM> Date: 25 May 89 21:30:37 GMT References: <106326@sun.Eng.Sun.COM> Organization: Hewlett Packard, Cupertino Lines: 10 > > It would be nice to have a means of reassigning the controlling > > terminal of a process, eg attach(). > > There's already an ioctl that'll do this. I like to refer to it as the > "make me root" ioctl call. No, this ioctl() reassigns the associatd process group of a terminal device. It does not change the controlling terminal of any process. Dave