Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!cis.ohio-state.edu!karl_kleinpaste From: karl_kleinpaste@cis.ohio-state.edu Newsgroups: comp.sources.wanted Subject: Re: GNU BASH supporting POSIX job-control? Message-ID: Date: 6 Nov 90 04:11:13 GMT References: <4226@rossignol.Princeton.EDU> Sender: news@tut.cis.ohio-state.edu Organization: OSU Lines: 9 tr@samadams.princeton.edu writes: Job control that the shell gives you hooks into support that the kernel provides. If it isn't in the kernel, the shell can't do anything to give it to you. It is possible to simulate 80% or more of BSD-style job control under SysVRel3 (and previous) with judicious use of ptrace(2). --karl