for keeping a job running when i log out on a unix system
i use the gnu tool
screen

it has many functions,
one being able to disconnect from a running (even interactive)
terminal session and making the process believe that you are still
connected. next time you log in, you connect to the "old" session.

so it definitely would support what you want to do.




Roger Peng wrote:

This is possible because I've done it many times. But I think whether or
not your job gets killed when you log out depends on your shell/operating
system.

-roger
_______________________________
UCLA Department of Statistics
[EMAIL PROTECTED]
http://www.stat.ucla.edu/~rpeng

On Thu, 9 Jan 2003, Martin Renner wrote:


Following up on Erick's post, does anybody know whether it is possible to start a lengthy batch-job in R, then log-out/break a dial-up connection (while R is still running) and later pick-up the R outfile?

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to