<?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>Mon, 15 Feb 2010 09:11:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-53152</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 23 Dec 2009 03:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-53152</guid>
		<description>Man!! Thank you!!! I did a chomd 777 -R to my Docs folder. Man the funky highlighing was annoying! Thanks again!!!</description>
		<content:encoded><![CDATA[<p>Man!! Thank you!!! I did a chomd 777 -R to my Docs folder. Man the funky highlighing was annoying! Thanks again!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fran</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-52656</link>
		<dc:creator>Fran</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-52656</guid>
		<description>3 years on and still helping - nice one and thanks!</description>
		<content:encoded><![CDATA[<p>3 years on and still helping &#8211; nice one and thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-51705</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Tue, 18 Aug 2009 21:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-51705</guid>
		<description>just thanks! simple, short and so powerful!!!</description>
		<content:encoded><![CDATA[<p>just thanks! simple, short and so powerful!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recursively chmod directories only &#171; :maohao:</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-51431</link>
		<dc:creator>Recursively chmod directories only &#171; :maohao:</dc:creator>
		<pubDate>Sat, 25 Jul 2009 21:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-51431</guid>
		<description>[...] Recursively chmod directories&#160;only By maohao  Here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Recursively chmod directories&nbsp;only By maohao  Here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-51137</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 07 Jul 2009 15:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-51137</guid>
		<description>Thanks! A great help!</description>
		<content:encoded><![CDATA[<p>Thanks! A great help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-51075</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Thu, 02 Jul 2009 23:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-51075</guid>
		<description>Sweet,... thanks Mr. Hennessy,...</description>
		<content:encoded><![CDATA[<p>Sweet,&#8230; thanks Mr. Hennessy,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skent</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-50777</link>
		<dc:creator>skent</dc:creator>
		<pubDate>Sun, 14 Jun 2009 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-50777</guid>
		<description>thanks!  extended to a useful script that sets my scripts permissions correctly too:

#!/bin/sh
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -type f -name \*.sh -exec chmod 744 {} \;</description>
		<content:encoded><![CDATA[<p>thanks!  extended to a useful script that sets my scripts permissions correctly too:</p>
<p>#!/bin/sh<br />
find . -type d -exec chmod 755 {} \;<br />
find . -type f -exec chmod 644 {} \;<br />
find . -type f -name \*.sh -exec chmod 744 {} \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best method to recursively chmod/process files or directories</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-50719</link>
		<dc:creator>Best method to recursively chmod/process files or directories</dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-50719</guid>
		<description>[...] 8th June 2009  Found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] 8th June 2009  Found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-50718</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Mon, 08 Jun 2009 13:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-50718</guid>
		<description>Thanks a lot for this!

Your post is the oldest among the similar, so I guess you deserve all the credit :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this!</p>
<p>Your post is the oldest among the similar, so I guess you deserve all the credit <img src='http://movabletripe.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finally</title>
		<link>http://movabletripe.com/archive/recursively-chmod-directories-only/comment-page-1/#comment-50651</link>
		<dc:creator>Finally</dc:creator>
		<pubDate>Tue, 02 Jun 2009 22:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/recursively-chmod-directories-only/#comment-50651</guid>
		<description>Just what I was looking for to solve crappy Perforce problems, need directories to be writeable and files to be read-only....piece of crap version control</description>
		<content:encoded><![CDATA[<p>Just what I was looking for to solve crappy Perforce problems, need directories to be writeable and files to be read-only&#8230;.piece of crap version control</p>
]]></content:encoded>
	</item>
</channel>
</rss>
