Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2000 12:55:03 -0500 (EST)
From:      Tim McMillen <timcm@umich.edu>
To:        Drew Tomlinson <drewt@writeme.com>
Cc:        "'Ismail YENIGUL'" <yenigul@rt.net.tr>, "FreeBSD Questions (E-mail)" <freebsd-questions@FreeBSD.ORG>
Subject:   RE: How to Resume a Suspended Process
Message-ID:  <Pine.SOL.4.10.10011291251370.22624-100000@battlezone.gpcc.itd.umich.edu>
In-Reply-To: <BA5D0CE1CBB2D411B6AA00A0CC3F02390AF740@ldcmsx01.lc.ca.gov>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.10.10011291251370.22624-100000>