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.
- What is -DSSL? Glen Lee Edwards
- Re: What is -DSSL? Greg Wright
- Re: What is -DSSL? Glen Lee Edwards
- command to keep job running after logout? Barton Hodges
- Re: command to keep job running after lo... Bill Carlson
- Re: command to keep job running after lo... fred smith
- Re: command to keep job running after lo... rpjday
- Re: command to keep job running after lo... Tom Gilbert
- Re: command to keep job running after lo... Ahbaid Gaffoor
- Re: command to keep job running after lo... Sam Bayne
- Re: command to keep job running after lo... Eric Cifreo
- Re: command to keep job running after lo... Hidong Kim
- Re: command to keep job running after lo... Brian Schneider
- Re: command to keep job running after lo... Bret Hughes
- Re: command to keep job running after lo... Charles Galpin