<?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: Inotify Example: Introduction to Inotify with a C Program Example</title>
	<atom:link href="http://www.thegeekstuff.com/2010/04/inotify-c-program-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:52:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Lakshmanan</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-127779</link>
		<dc:creator>Lakshmanan</dc:creator>
		<pubDate>Sat, 17 Sep 2011 07:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-127779</guid>
		<description>Does, inofify works on /proc file system. I&#039;ve just tested it, and it seems it is not working.</description>
		<content:encoded><![CDATA[<p>Does, inofify works on /proc file system. I&#8217;ve just tested it, and it seems it is not working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hascall</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-103926</link>
		<dc:creator>John Hascall</dc:creator>
		<pubDate>Wed, 18 May 2011 21:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-103926</guid>
		<description>Arrrg, your comment thingy ate the angle brackets!
anyway, include sys/inotify.h instead of linux/inotify.h</description>
		<content:encoded><![CDATA[<p>Arrrg, your comment thingy ate the angle brackets!<br />
anyway, include sys/inotify.h instead of linux/inotify.h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hascall</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-103925</link>
		<dc:creator>John Hascall</dc:creator>
		<pubDate>Wed, 18 May 2011 21:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-103925</guid>
		<description>You should use
    #include 
rather than
    #include 

Also, the program would be more interesting if you added an outer loop:
for (;;) {
    length = read( fd ...
    ...
}
inotify_rm_watch( ...

so you&#039;d get more than one event per run.</description>
		<content:encoded><![CDATA[<p>You should use<br />
    #include<br />
rather than<br />
    #include </p>
<p>Also, the program would be more interesting if you added an outer loop:<br />
for (;;) {<br />
    length = read( fd &#8230;<br />
    &#8230;<br />
}<br />
inotify_rm_watch( &#8230;</p>
<p>so you&#8217;d get more than one event per run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-94320</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 25 Mar 2011 08:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-94320</guid>
		<description>do u hav any program regarding Graphic...</description>
		<content:encoded><![CDATA[<p>do u hav any program regarding Graphic&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RogueWarrior65</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-43476</link>
		<dc:creator>RogueWarrior65</dc:creator>
		<pubDate>Mon, 19 Apr 2010 03:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-43476</guid>
		<description>This doesn&#039;t work for me.  When I run it, it tells me /lib/libc.so.6: version `GLIBC_2.4&#039; not found.  I checked dpkg -l libc6 and it says &quot;ii  libc6          2.3.6.ds1-13et GNU C Library: Shared libraries&quot;</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work for me.  When I run it, it tells me /lib/libc.so.6: version `GLIBC_2.4&#8242; not found.  I checked dpkg -l libc6 and it says &#8220;ii  libc6          2.3.6.ds1-13et GNU C Library: Shared libraries&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhas MK</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-43231</link>
		<dc:creator>Suhas MK</dc:creator>
		<pubDate>Sat, 17 Apr 2010 20:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-43231</guid>
		<description>Informative and helpful. Thank You.</description>
		<content:encoded><![CDATA[<p>Informative and helpful. Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-43009</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Fri, 16 Apr 2010 20:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-43009</guid>
		<description>Ramesh: Can you give us an example of where (why) you&#039;d use inotify. 
Thx!
-Scott</description>
		<content:encoded><![CDATA[<p>Ramesh: Can you give us an example of where (why) you&#8217;d use inotify.<br />
Thx!<br />
-Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChineseGeek</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-42981</link>
		<dc:creator>ChineseGeek</dc:creator>
		<pubDate>Fri, 16 Apr 2010 16:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-42981</guid>
		<description>No problem! Great blog by the way!</description>
		<content:encoded><![CDATA[<p>No problem! Great blog by the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh Natarajan</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-42973</link>
		<dc:creator>Ramesh Natarajan</dc:creator>
		<pubDate>Fri, 16 Apr 2010 15:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-42973</guid>
		<description>@ChineseGeek, @adiascem,

Thanks for pointing out the issue. I&#039;ve fixed it.</description>
		<content:encoded><![CDATA[<p>@ChineseGeek, @adiascem,</p>
<p>Thanks for pointing out the issue. I&#8217;ve fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adiascem</title>
		<link>http://www.thegeekstuff.com/2010/04/inotify-c-program-example/comment-page-1/#comment-42969</link>
		<dc:creator>adiascem</dc:creator>
		<pubDate>Fri, 16 Apr 2010 14:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=4207#comment-42969</guid>
		<description>length = read( fd, buffer, BUF_LEN );        /*change BUF_LEN to EVENT_BUF_LEN*/</description>
		<content:encoded><![CDATA[<p>length = read( fd, buffer, BUF_LEN );        /*change BUF_LEN to EVENT_BUF_LEN*/</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.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 12:00:13 -->
