Continue process after closing terminal?

Posted by Jakobud on Super User See other posts from Super User or by Jakobud
Published on 2010-04-04T16:49:58Z Indexed on 2010/04/04 16:53 UTC
Read the original article Hit count: 176

Filed under:
|
|

Recently, I tried to unzip a 30 gig zip file on a remote system using Putty. As the long unzipping process continued, I closed Putty, assuming that the process would just continue to run on the remote machine.

When I came back later and logged back into the machine again, I realized that the process must have stopped only part way through when I closed Putty. I wasn't expecting that to happen.

My question is, how do I prevent this problem? Can I somehow fire off a process in the background? Or should just setup a one time cronjob that will run the process for me?

© Super User or respective owner

Related posts about linux

Related posts about terminal