Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Mar 2005 09:22:35 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        Jon Welch <jwelch@atralumen.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Help with Suspended Processes.
Message-ID:  <4229C0AB.7080701@mac.com>
In-Reply-To: <20050305064219.EOVE3789.lakermmtao05.cox.net@csd>
References:  <20050305064219.EOVE3789.lakermmtao05.cox.net@csd>

next in thread | previous in thread | raw e-mail | index | archive | help
Jon Welch wrote:
> Forgive my limited knowledge just a simple question I have searched the net
> for and can't seem to locate the answer I want. I am just looking for a way
> to resume a process that has been suspended. E.g. I am running a cpu
> intensive program and I ctrl+z to suspend it, but I want to resume from
> where I forced the program to break, just looking for a way to get it to
> start up again. 

Try: "fg".

Or if you want to do something slightly complex yet gain a better 
understanding of what is going on, consider doing a "kill -CONT <pid>".

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4229C0AB.7080701>