Is there a way to start a process using ssh that doesn't terminate when the ssh session terminates? I want the job to keep running on the computer I'm ssh-ing into without me having to keep the connection open.
+1 for screen. I use it start a long running process before I leave work. Then I detach the screen and I can check its progress later by reattaching to the screen session while logged in from home.
Dave Bacher
2010-02-03 07:01:20