From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27275 invoked from network); 5 Apr 2001 07:47:29 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Apr 2001 07:47:29 -0000 Received: (qmail 3936 invoked by alias); 5 Apr 2001 07:47:19 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3798 Received: (qmail 3924 invoked from network); 5 Apr 2001 07:47:18 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Mario Lang" , Subject: RE: change redirection of stopped job Date: Thu, 5 Apr 2001 11:47:07 +0400 Message-ID: <002d01c0bda4$9d21fb30$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <87wv8z4wsu.fsf@home.delysid.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > Hi. > > I have a question about job control: > Suppose I have a program running which give me > alot of output. I stop it with C-z. > When I do bg the program starts running in background > again, but I get the output. > Is there a way (like bg sets the &) to specify redirection > of bg-jobs without killing them and reinvoking? > No (without very deep kernel porgramming). Suspended jobs run in separate process and you have no way to control what this process does. -andrej