I have a job which is scheduled to take around 1-2 days .Only option I have is to ssh into the machine (where it is going to run) using my home computer and start the job .Now my problem is that I want to use my home computer for other tasks during the interval and may be even shut it down /restart.So is there a way where I can start the job and ensure that it keeps on running even if I shut down the putty terminal on my home machine?
|
feedback
|
migrated from stackoverflow.com Feb 7 at 19:08
This question came from our site for professional and enthusiast programmers.
|
Yes, use screen if you want to get back to it, or detach and background it otherwise. | |||||||||
feedback
|