Is there any way to start a program for a shell window and leave it running when I close the window? Also, is there anyway to leave a program running remotely, started through an ssh session, and exit ssh?
Have you tried using nohup? Start your program, note the pid, and 'nohup pid' .
HTH
--n twn
_______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
