Depends. ;)

If you have one job stopped and you want to bring it back to the
foreground, assuming this is bash, just type fg.

Same situation, but you have many jobs stopped: fg [jobnum].  Note that
this is different from the job's PID; for a listing of the job numbers
bash knows about, type "jobs".

To start the stopped job running in the background, type "bg".

Further details available in the bash manpage.

hth,
-m

Jim Baxter wrote:
> 
> Hi,
> 
> Simple question I hope but I can not find a man page.
> 
> When a job is stopped with a ctrl Z, how do I restart it?
> 
> Thanks
> 
> Jim Baxter
> Morrison Supply Company  MIS
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
~~~Michael Jinks, IB // Technical Entity // Saecos Corporation~~~~
"We've done our best, but you're still hosed." -- W. Stearns, ISTS
Opinions expressed above are my own, and not those of my computer.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to