ksh discriminates background processes

Eduardo Krell ekrell at ulysses.att.com
Sat Jun 2 23:51:16 AEST 1990


In article <siebren.644249314 at piring.cwi.nl> siebren at 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 at ulysses.att.com



More information about the Comp.unix.wizards mailing list