Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!gem.mps.ohio-state.edu!brutus.cs.uiuc.edu!psuvax1!gatech!emcard!wa4mei!nanovx!msa3b!kevin From: kevin@msa3b.UUCP (Kevin P. Kleinfelter) Newsgroups: comp.unix.questions Subject: What is a process group Message-ID: <1158@msa3b.UUCP> Date: 18 Oct 89 14:40:41 GMT Organization: Management Science America, Inc., Atlanta, GA Lines: 14 What is a process group? I know the following things: You can make a process the process group leader via setpgrp(); (with some versions of UNIX) You can send a signal to all members of a process group I have inherited some code which does pid = setpgrp (); ioctl (2, TIOCSPGRP, &pid); to change the process group on the terminal. Why would someone want to do this? -- Kevin Kleinfelter @ Management Science America, Inc (404) 239-2347 gatech!nanovx!msa3b!kevin