computer guy
MIT Department of Mathematics Computer Help

Home
New User Help
Systems Available
Printing
Programs Available
Dial-up Access
Policies
FAQ
Problems
Valid XHTML 1.0!

How do I keep a process running after I have logged out?

Use the nohup command. Just add it before the command you want to use. Because nohup is designed to run without a terminal attached, it wants you to redirect output to a file. If you do not, nohup redirects it automatically to a file known as nohup.out