From owner-freebsd-questions Wed Nov 29 9:55:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from donkeykong.gpcc.itd.umich.edu (donkeykong.gpcc.itd.umich.edu [141.211.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 4D97D37B401 for ; Wed, 29 Nov 2000 09:55:09 -0800 (PST) Received: from battlezone.gpcc.itd.umich.edu (smtp@battlezone.gpcc.itd.umich.edu [141.211.2.140]) by donkeykong.gpcc.itd.umich.edu (8.8.8/4.3-mailhub) with ESMTP id MAA23506; Wed, 29 Nov 2000 12:55:04 -0500 (EST) Received: from localhost (timcm@localhost) by battlezone.gpcc.itd.umich.edu (8.8.8/5.1-client) with ESMTP id MAA03712; Wed, 29 Nov 2000 12:55:03 -0500 (EST) Date: Wed, 29 Nov 2000 12:55:03 -0500 (EST) From: Tim McMillen X-Sender: timcm@battlezone.gpcc.itd.umich.edu To: Drew Tomlinson Cc: "'Ismail YENIGUL'" , "FreeBSD Questions (E-mail)" Subject: RE: How to Resume a Suspended Process In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Also see man jobs. I think it depends a little on the shell. Typing jobs at the prompt shows all suspended jobs and allows you to pick which one to put into the foreground with fg %1 or the background with bg You can replace 1 wiht 2 or whatever the job number is. Tim On Wed, 29 Nov 2000, Drew Tomlinson wrote: > Thank you very much!!! > Drew > > > > > use fg command > > > > Drew Tomlinson wrote: > > > > > Occasionally, I have accidentally hit cntrl-Z when trying > > to hit cntrl-C. > > > Cntrl-Z suspends whatever process I was running and returns > > me to the > > > command prompt. How can I resume the suspended process? > > > > > > TIA, > > > > > > Drew > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message