On Tue, 9 May 2000, Barton Hodges wrote:

> I seem to have forgotten what the command
> was to keep a job running even after I log
> out of the console... can anyone help?
> 
> Thanks.
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>

nohup is the command you seek...

$nohup big_job &

You have to start the job with nohup, you can't switch it later.

However, bash2 supports a command called disown which allows one to do
that on running jobs (very nice). 

Bill Carlson
------------
Systems Programmer    [EMAIL PROTECTED]    |  Opinions are mine,
Virtual Hospital      http://www.vh.org/        |  not my employer's.
University of Iowa Hospitals and Clinics        |



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to