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

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to