System V Release 4.0 Developers

Eduardo Krell ekrell at hector.UUCP
Tue Oct 11 22:48:30 AEST 1988


In article <216100004 at s.cs.uiuc.edu> carroll at s.cs.uiuc.edu writes:

>I'm sorry, I missed something here. My understanding is that it is the OS
>that supports job control (or not), not the shell.

it's both. That is, job control is needed in the kernel and the shell
has to know what to do when you type ^Z or fg or bg, etc. ksh supports
job control ONLY WHEN the underlying operating system does. If you take
a vanilla bourne shell and compile it on a system with job control,
you won't get a shell with job control support.
    
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