<?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: How Can I Tell If My Bash Script Is Already Running? &#8211; Part 2</title>
	<atom:link href="http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/</link>
	<description>thoughts of a web geek</description>
	<lastBuildDate>Tue, 09 Mar 2010 08:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard Strand</title>
		<link>http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/comment-page-1/#comment-3829</link>
		<dc:creator>Richard Strand</dc:creator>
		<pubDate>Wed, 07 May 2008 11:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/#comment-3829</guid>
		<description>The flock source code can be downloaded from the kernel.org ftp server
ftp://ftp.kernel.org/pub/software/utils/script/flock/</description>
		<content:encoded><![CDATA[<p>The flock source code can be downloaded from the kernel.org ftp server<br />
<a href="ftp://ftp.kernel.org/pub/software/utils/script/flock/" rel="nofollow">ftp://ftp.kernel.org/pub/software/utils/script/flock/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotpointer</title>
		<link>http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/comment-page-1/#comment-3014</link>
		<dc:creator>dotpointer</dc:creator>
		<pubDate>Tue, 08 Apr 2008 06:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/#comment-3014</guid>
		<description>Seems like there are different flavours of this command depending on what *nix system you&#039;re running. Here you may download flock for Linux (yay)?

http://sv.afterdawn.com/programvara/alternativa_plattformar/linux/flock_linux.cfm</description>
		<content:encoded><![CDATA[<p>Seems like there are different flavours of this command depending on what *nix system you&#8217;re running. Here you may download flock for Linux (yay)?</p>
<p><a href="http://sv.afterdawn.com/programvara/alternativa_plattformar/linux/flock_linux.cfm" rel="nofollow">http://sv.afterdawn.com/programvara/alternativa_plattformar/linux/flock_linux.cfm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Franzone</title>
		<link>http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/comment-page-1/#comment-2980</link>
		<dc:creator>Jonathan Franzone</dc:creator>
		<pubDate>Mon, 07 Apr 2008 14:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/#comment-2980</guid>
		<description>Thanks for your comments, &quot;dotpointer&quot;. I really like this command on the CentOS servers that I run. The only problem is that I&#039;m also running a few Fedora Core servers and the command doesn&#039;t seem to be available for them. /cry</description>
		<content:encoded><![CDATA[<p>Thanks for your comments, &#8220;dotpointer&#8221;. I really like this command on the CentOS servers that I run. The only problem is that I&#8217;m also running a few Fedora Core servers and the command doesn&#8217;t seem to be available for them. /cry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotpointer</title>
		<link>http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/comment-page-1/#comment-2920</link>
		<dc:creator>dotpointer</dc:creator>
		<pubDate>Sun, 06 Apr 2008 00:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/#comment-2920</guid>
		<description>Hmm wrong of me, I misunderstood the command I guess.</description>
		<content:encoded><![CDATA[<p>Hmm wrong of me, I misunderstood the command I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dotpointer</title>
		<link>http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/comment-page-1/#comment-2919</link>
		<dc:creator>dotpointer</dc:creator>
		<pubDate>Sun, 06 Apr 2008 00:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.franzone.com/2008/03/18/how-can-i-tell-if-my-bash-script-is-already-running-part-2/#comment-2919</guid>
		<description>On Slackware 12 you need to touch the lockfile, and then you may skip (?) the -xn.

touch /var/lock/yourlockfile
flock /var/lock/yourlockfile /yourcommand</description>
		<content:encoded><![CDATA[<p>On Slackware 12 you need to touch the lockfile, and then you may skip (?) the -xn.</p>
<p>touch /var/lock/yourlockfile<br />
flock /var/lock/yourlockfile /yourcommand</p>
]]></content:encoded>
	</item>
</channel>
</rss>
