<?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: Unix Nohup: Run a Command or Shell-Script Even after You Logout</title>
	<atom:link href="http://linux.101hacks.com/unix/nohup-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.101hacks.com/unix/nohup-command/</link>
	<description>Free eBook to Build a Strong Foundation in UNIX / Linux</description>
	<lastBuildDate>Thu, 01 Dec 2011 10:33:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: How to Run Cron Every 5 Minutes, Seconds, Hours, Days, Months</title>
		<link>http://linux.101hacks.com/unix/nohup-command/comment-page-1/#comment-4169</link>
		<dc:creator>How to Run Cron Every 5 Minutes, Seconds, Hours, Days, Months</dc:creator>
		<pubDate>Fri, 08 Jul 2011 06:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://linux.101hacks.com/?p=446#comment-4169</guid>
		<description>[...] execute this shell script in the background using nohup as shown below. This will keep executing the script even after you logout from your session. This [...]</description>
		<content:encoded><![CDATA[<p>[...] execute this shell script in the background using nohup as shown below. This will keep executing the script even after you logout from your session. This [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Ways to Execute UNIX / Linux Commands (and Shell Scripts) in Background</title>
		<link>http://linux.101hacks.com/unix/nohup-command/comment-page-1/#comment-1522</link>
		<dc:creator>5 Ways to Execute UNIX / Linux Commands (and Shell Scripts) in Background</dc:creator>
		<pubDate>Mon, 13 Dec 2010 06:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://linux.101hacks.com/?p=446#comment-1522</guid>
		<description>[...] Unix Nohup: Run a Command or Shell-Script Even after You Logout to understand more [...]</description>
		<content:encoded><![CDATA[<p>[...] Unix Nohup: Run a Command or Shell-Script Even after You Logout to understand more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: benjamin</title>
		<link>http://linux.101hacks.com/unix/nohup-command/comment-page-1/#comment-1446</link>
		<dc:creator>benjamin</dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://linux.101hacks.com/?p=446#comment-1446</guid>
		<description>And i used nohup to have my google android &#039;repo sync&#039; (over 5gb) to run in background, even if i close the computer.
On our slow network this sync would take alot of time, so making sure that process doesnt die if i accdently close putty window or have power surge, is very comforting. :S</description>
		<content:encoded><![CDATA[<p>And i used nohup to have my google android &#8216;repo sync&#8217; (over 5gb) to run in background, even if i close the computer.<br />
On our slow network this sync would take alot of time, so making sure that process doesnt die if i accdently close putty window or have power surge, is very comforting. :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: i need to run a shell script in background untill i kill it</title>
		<link>http://linux.101hacks.com/unix/nohup-command/comment-page-1/#comment-1404</link>
		<dc:creator>i need to run a shell script in background untill i kill it</dc:creator>
		<pubDate>Thu, 25 Nov 2010 22:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://linux.101hacks.com/?p=446#comment-1404</guid>
		<description>[...] Try nohup command &amp; http://linux.101hacks.com/unix/nohup-command/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Try nohup command &amp; <a href="http://linux.101hacks.com/unix/nohup-command/" rel="nofollow">http://linux.101hacks.com/unix/nohup-command/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana Marble</title>
		<link>http://linux.101hacks.com/unix/nohup-command/comment-page-1/#comment-857</link>
		<dc:creator>Dana Marble</dc:creator>
		<pubDate>Mon, 26 Jul 2010 19:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://linux.101hacks.com/?p=446#comment-857</guid>
		<description>I use nohup in combination with the watch command to move filtered syslog files to a particular directory, but only when I need them for a little while. Rather than use a cron job I set a watch command up for x amount of seconds and run a script to pull the correct logs, filter them and submit them to an ftp or email output. using nohup I can allow this process to run even while I am not logged into my station and close it at a later time (i.e a few hours or minutes) - this is the way I use the nohup command most often.</description>
		<content:encoded><![CDATA[<p>I use nohup in combination with the watch command to move filtered syslog files to a particular directory, but only when I need them for a little while. Rather than use a cron job I set a watch command up for x amount of seconds and run a script to pull the correct logs, filter them and submit them to an ftp or email output. using nohup I can allow this process to run even while I am not logged into my station and close it at a later time (i.e a few hours or minutes) &#8211; this is the way I use the nohup command most often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Understand at, atq, atrm, batch Commands using 9 Examples</title>
		<link>http://linux.101hacks.com/unix/nohup-command/comment-page-1/#comment-711</link>
		<dc:creator>Understand at, atq, atrm, batch Commands using 9 Examples</dc:creator>
		<pubDate>Tue, 15 Jun 2010 06:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://linux.101hacks.com/?p=446#comment-711</guid>
		<description>[...] to the nohup command we discussed earlier, you can execute a command (or shell script) on the remote server using the at [...]</description>
		<content:encoded><![CDATA[<p>[...] to the nohup command we discussed earlier, you can execute a command (or shell script) on the remote server using the at [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.101hacks.com

Served from: linux.101hacks.com @ 2012-02-04 04:02:16 -->
