What is a process group

Kevin P. Kleinfelter kevin at msa3b.UUCP
Thu Oct 19 00:40:41 AEST 1989


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



More information about the Comp.unix.questions mailing list