<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to leave a program running after you log out</title>
	<atom:link href="http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/</link>
	<description>Stay curious!</description>
	<pubDate>Tue, 06 Jan 2009 01:53:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Anand</title>
		<link>http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-15534</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Thu, 11 Dec 2008 09:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-15534</guid>
		<description>Thanks a bunch for your tip. Method #1 just saved me a whole lot of trouble - had started a job which, if it had died would have meant a full database reload and restart.
One additional finding on SUSE Linux 10.x (dont know if it applies to other flavors)
ended up using 'disown -h' - the man page states that -h will keep the job in the active table ...
Anand</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for your tip. Method #1 just saved me a whole lot of trouble - had started a job which, if it had died would have meant a full database reload and restart.<br />
One additional finding on SUSE Linux 10.x (dont know if it applies to other flavors)<br />
ended up using &#8216;disown -h&#8217; - the man page states that -h will keep the job in the active table &#8230;<br />
Anand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-14938</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 05 Aug 2008 17:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-14938</guid>
		<description>For the first two cases, if you know you're going to want to run it (i.e. you had the foresight to start it nohup in the first place) you can add an ampersand (&#38;) to the end of the command to get it to run in the background without the ctrl-z/bg step.  So just:

baron@kanga:~$ nohup run_forrest_run &#38;

That said I like screen better too.</description>
		<content:encoded><![CDATA[<p>For the first two cases, if you know you&#8217;re going to want to run it (i.e. you had the foresight to start it nohup in the first place) you can add an ampersand (&amp;) to the end of the command to get it to run in the background without the ctrl-z/bg step.  So just:</p>
<p>baron@kanga:~$ nohup run_forrest_run &amp;</p>
<p>That said I like screen better too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paan</title>
		<link>http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-14927</link>
		<dc:creator>paan</dc:creator>
		<pubDate>Sat, 02 Aug 2008 10:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2008/08/01/how-to-leave-a-program-running-after-you-log-out/#comment-14927</guid>
		<description>thanks a lot. A great tip. I am always cursing when i'm doing something on a remote host and the network connection dies on me.. I always loose my work..

I've heard of screen actually.. but never got around to exploring it.. Like you said. The thing sounds intimidating and I never got around to it because i couldn't afford to get to spend time learning that thing.</description>
		<content:encoded><![CDATA[<p>thanks a lot. A great tip. I am always cursing when i&#8217;m doing something on a remote host and the network connection dies on me.. I always loose my work..</p>
<p>I&#8217;ve heard of screen actually.. but never got around to exploring it.. Like you said. The thing sounds intimidating and I never got around to it because i couldn&#8217;t afford to get to spend time learning that thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
