Help with Suspended Processes.

Chuck Swiger cswiger at mac.com
Sat Mar 5 06:22:27 PST 2005


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



More information about the freebsd-questions mailing list