<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Glotzfisch.de &#187; background</title>
	<atom:link href="http://www.glotzfisch.de/tag/background/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glotzfisch.de</link>
	<description>If something does not work out the way you want it to - try something different</description>
	<lastBuildDate>Wed, 26 May 2010 08:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unix &gt; run command in the background</title>
		<link>http://www.glotzfisch.de/unix-run-command-in-the-background/</link>
		<comments>http://www.glotzfisch.de/unix-run-command-in-the-background/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 07:53:52 +0000</pubDate>
		<dc:creator>Gabi</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[background]]></category>

		<guid isPermaLink="false">http://www.glotzfisch.de/unix-run-command-in-the-background/</guid>
		<description><![CDATA[nohup is a Unix command that is used to run another command while suppressing the action of the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out. It is most often used to run commands in the background as daemons. Output that would normally go [...]]]></description>
			<content:encoded><![CDATA[<p>nohup is a Unix command that is used to run another command while suppressing the action of the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out. It is most often used to run commands in the background as daemons. Output that would normally go to the terminal goes to a file called nohup.out if it has not already been redirected. This command is very helpful when we have to run a huge list of batch jobs which are inter-dependent. (from http://en.wikipedia.org/wiki/Nohup)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.glotzfisch.de/unix-run-command-in-the-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
