Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/7/84; site ucbvax.ARPA Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!anton From: anton@ucbvax.ARPA (Jeff Anton) Newsgroups: net.unix-wizards Subject: Re: HELP - Background jobs in csh Message-ID: <6094@ucbvax.ARPA> Date: Mon, 8-Apr-85 15:34:04 EST Article-I.D.: ucbvax.6094 Posted: Mon Apr 8 15:34:04 1985 Date-Received: Tue, 9-Apr-85 02:37:24 EST References: <348@creare.uucp> <175@ucbcad.UUCP> Reply-To: anton@ucbvax.UUCP (Jeff anton) Organization: University of California at Berkeley Lines: 10 Summary: Background and foreground jobs are determined by process group. A background process (job) will have a different process group than the terminal. You get the terminal process group with TIOCGPGRP as described in tty(4). Compare this with getpgrp(2). -- C knows no bounds. Jeff Anton U.C.Berkeley ucbvax!anton anton@berkeley.ARPA