<?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: Recursively chmod directories only</title>
	<atom:link href="http://movabletripe.com/archive/recursively-chmod-directories-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://movabletripe.com/archive/recursively-chmod-directories-only/</link>
	<description>Making up launch dates since 1982</description>
	<lastBuildDate>Sun, 25 Jul 2010 19:36:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: leancode</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-2/#comment-53337</link>
		<dc:creator>leancode</dc:creator>
		<pubDate>Sun, 25 Jul 2010 19:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53337</guid>
		<description>Good stuff! But the command &lt;b&gt;runs a little slow&lt;/b&gt; the way its run.
I propose the following using xarg which does exactly the same thing but &lt;b&gt;executes much quicker:&lt;/b&gt;

&lt;code&gt;find . -type d -print0 &#124;xargs -0 chmod 740 # for all directories 740 starting at .
find . -type f -print0 &#124;xargs -0 chmod 640 # for all files 640 starting at .&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good stuff! But the command <b>runs a little slow</b> the way its run.<br />
I propose the following using xarg which does exactly the same thing but <b>executes much quicker:</b></p>
<p><code>find . -type d -print0 |xargs -0 chmod 740 # for all directories 740 starting at .<br />
find . -type f -print0 |xargs -0 chmod 640 # for all files 640 starting at .</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free Movie Online</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-2/#comment-53323</link>
		<dc:creator>Free Movie Online</dc:creator>
		<pubDate>Tue, 22 Jun 2010 07:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53323</guid>
		<description>&lt;strong&gt;Yahoo Movie...&lt;/strong&gt;

This is really great news today....</description>
		<content:encoded><![CDATA[<p><strong>Yahoo Movie&#8230;</strong></p>
<p>This is really great news today&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53320</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 21 Jun 2010 06:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53320</guid>
		<description>greate !
it&#039;s very useful command for Server managers
Thanks a lot</description>
		<content:encoded><![CDATA[<p>greate !<br />
it&#8217;s very useful command for Server managers<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Read More Here</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53319</link>
		<dc:creator>Read More Here</dc:creator>
		<pubDate>Sun, 20 Jun 2010 18:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53319</guid>
		<description>&lt;strong&gt;Yahoo News...&lt;/strong&gt;

This is really good news today....</description>
		<content:encoded><![CDATA[<p><strong>Yahoo News&#8230;</strong></p>
<p>This is really good news today&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yahoo News</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53308</link>
		<dc:creator>Yahoo News</dc:creator>
		<pubDate>Fri, 11 Jun 2010 05:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53308</guid>
		<description>&lt;strong&gt;Yahoo News...&lt;/strong&gt;

This is really good news today....</description>
		<content:encoded><![CDATA[<p><strong>Yahoo News&#8230;</strong></p>
<p>This is really good news today&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArdianYS Free Prestashop Theme</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53302</link>
		<dc:creator>ArdianYS Free Prestashop Theme</dc:creator>
		<pubDate>Mon, 07 Jun 2010 14:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53302</guid>
		<description>thanks for the tip. using it on my prestashop tutorial to change folder and files permission. Regards.</description>
		<content:encoded><![CDATA[<p>thanks for the tip. using it on my prestashop tutorial to change folder and files permission. Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Conoly</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53298</link>
		<dc:creator>Ken Conoly</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53298</guid>
		<description>Very useful, surprised chmod doesn&#039;t have a switch for +/- directories, but this is a great workaround.</description>
		<content:encoded><![CDATA[<p>Very useful, surprised chmod doesn&#8217;t have a switch for +/- directories, but this is a great workaround.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53295</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Sat, 29 May 2010 08:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53295</guid>
		<description>Great thing thanx for sharing u r knowledge</description>
		<content:encoded><![CDATA[<p>Great thing thanx for sharing u r knowledge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recursively Change File Permissions on Folders Only &#8211; Linux/Unix &#171; Random Tech Solutions</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53292</link>
		<dc:creator>Recursively Change File Permissions on Folders Only &#8211; Linux/Unix &#171; Random Tech Solutions</dc:creator>
		<pubDate>Tue, 25 May 2010 18:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53292</guid>
		<description>[...] find . -type f -exec chmod 644 {} ; Solution Credit: MovableTripe [...]</description>
		<content:encoded><![CDATA[<p>[...] find . -type f -exec chmod 644 {} ; Solution Credit: MovableTripe [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chmod 755 rekursiv NUR auf Verzeichnisse &#124; pregos blog</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53290</link>
		<dc:creator>chmod 755 rekursiv NUR auf Verzeichnisse &#124; pregos blog</dc:creator>
		<pubDate>Wed, 19 May 2010 14:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53290</guid>
		<description>[...] (via) [...]</description>
		<content:encoded><![CDATA[<p>[...] (via) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
