Path: utzoo!attcan!uunet!snorkelwacker!mit-eddie!rutgers!ucsd!ucbvax!ulysses!ulysses.att.com!ekrell From: ekrell@ulysses.att.com (Eduardo Krell) Newsgroups: comp.unix.wizards Subject: Re: ksh discriminates background processes Keywords: ksh, nice, errr... ugly Message-ID: <13051@ulysses.att.com> Date: 2 Jun 90 13:51:16 GMT References: Sender: netnews@ulysses.att.com Distribution: comp Organization: AT&T Bell Labs Lines: 15 In article siebren@cwi.nl (Siebren van der Zee) writes: >Does anybody know why the new Korn shell lowers the priority >of background processes? Because you have the "bgnice" option on. Type "set -o" and you'll see a line that says bgnice off This is the default behavior. If you want this changed, add "set +o bgnice" to your ENV file. Eduardo Krell AT&T Bell Laboratories, Murray Hill, NJ UUCP: {att,decvax,ucbvax}!ulysses!ekrell Internet: ekrell@ulysses.att.com