<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why does my backgrounded script/app die after I close my terminal window?</title>
	<atom:link href="http://www.filsa.net/2009/06/18/why-does-my-backgrounded-scriptapp-die-after-i-close-my-terminal-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.filsa.net/2009/06/18/why-does-my-backgrounded-scriptapp-die-after-i-close-my-terminal-window/</link>
	<description>developing, since 1997.</description>
	<lastBuildDate>Fri, 27 Aug 2010 09:39:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ralph</title>
		<link>http://www.filsa.net/2009/06/18/why-does-my-backgrounded-scriptapp-die-after-i-close-my-terminal-window/comment-page-1/#comment-27</link>
		<dc:creator>ralph</dc:creator>
		<pubDate>Thu, 10 Dec 2009 02:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.filsa.net/?p=110#comment-27</guid>
		<description>with &quot;screen&quot; you already have to have it running beforehand.  Another way is to background the job with ctrl-z and then &quot;bg&quot; command, then use &quot;disown&quot; command with process as argument, or percent and number for job, e.g. disown %1.  But not as good as &quot;screen&quot;, you can&#039;t re-attach to it later, have to kill it.</description>
		<content:encoded><![CDATA[<p>with &#8220;screen&#8221; you already have to have it running beforehand.  Another way is to background the job with ctrl-z and then &#8220;bg&#8221; command, then use &#8220;disown&#8221; command with process as argument, or percent and number for job, e.g. disown %1.  But not as good as &#8220;screen&#8221;, you can&#8217;t re-attach to it later, have to kill it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emailtoid.net/i/948f3a1b/&#8230;</title>
		<link>http://www.filsa.net/2009/06/18/why-does-my-backgrounded-scriptapp-die-after-i-close-my-terminal-window/comment-page-1/#comment-26</link>
		<dc:creator>emailtoid.net/i/948f3a1b/&#8230;</dc:creator>
		<pubDate>Wed, 21 Oct 2009 00:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.filsa.net/?p=110#comment-26</guid>
		<description>You should check out the &quot;screen&quot; command. It depends on the distro whether it&#039;s installed by default or not, the package name is &quot;screen&quot;.
If you are inside a screen session, not only you can close the terminal window, you can re-attach to the session any time later, so you can check on the output of your long running program. 

I write a (bit) more about screen here:
http://titan2x.com/productivity-tips.html

And my cheat sheet for screen&#039;s key bindings is here:
http://wiki.titan2x.com/index.php?title=Screen_cheat_sheet</description>
		<content:encoded><![CDATA[<p>You should check out the &#8220;screen&#8221; command. It depends on the distro whether it&#8217;s installed by default or not, the package name is &#8220;screen&#8221;.<br />
If you are inside a screen session, not only you can close the terminal window, you can re-attach to the session any time later, so you can check on the output of your long running program. </p>
<p>I write a (bit) more about screen here:<br />
<a href="http://titan2x.com/productivity-tips.html" rel="nofollow">http://titan2x.com/productivity-tips.html</a></p>
<p>And my cheat sheet for screen&#8217;s key bindings is here:<br />
<a href="http://wiki.titan2x.com/index.php?title=Screen_cheat_sheet" rel="nofollow">http://wiki.titan2x.com/index.php?title=Screen_cheat_sheet</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: givemeascream</title>
		<link>http://www.filsa.net/2009/06/18/why-does-my-backgrounded-scriptapp-die-after-i-close-my-terminal-window/comment-page-1/#comment-20</link>
		<dc:creator>givemeascream</dc:creator>
		<pubDate>Mon, 29 Jun 2009 08:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.filsa.net/?p=110#comment-20</guid>
		<description>launching commands with nohup is also a good option :)</description>
		<content:encoded><![CDATA[<p>launching commands with nohup is also a good option <img src='http://www.filsa.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
