Comments on: How to leave a program running after you log out http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Leave Job Running After Logout « Standalone Complex – Final Gig http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-17321 Leave Job Running After Logout « Standalone Complex – Final Gig Sun, 22 Nov 2009 04:10:07 +0000 http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-17321 [...] Read More   [...]

]]>
By: bob smith http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-16686 bob smith Fri, 24 Jul 2009 14:21:15 +0000 http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-16686 >>You could always just put the program in the background directly like this.
>>$ run_forest_run &

Did you even read this article? Have you even ever run a job on a unix box?

]]>
By: nfr http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-16520 nfr Fri, 05 Jun 2009 18:26:04 +0000 http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-16520 You could always just put the program in the background directly like this.

$ run_forest_run &

]]>
By: runaway process… on a mac http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-16281 runaway process… on a mac Sun, 19 Apr 2009 00:01:07 +0000 http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-16281 [...] more to do with my lack of understanding of how processes and terminals work. I read a great post here that introduced me [...]

]]>
By: chandu http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-15746 chandu Thu, 29 Jan 2009 09:40:48 +0000 http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-15746 Hi

Actually I use to work with Screen and nohup, the disown was a new thing i learned from you. Thanks for that. But screen is very nice we can have multiples instances in that same screen and move around with them.

thanks for sharing the info

]]>