<?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: chmod change files or directories recursively to the same value</title>
	<atom:link href="http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/</link>
	<description>The ultimate Gentoo Blog</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:40:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ewoud Kohl van Wijngaarden</title>
		<link>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/comment-page-1/#comment-254852</link>
		<dc:creator>Ewoud Kohl van Wijngaarden</dc:creator>
		<pubDate>Mon, 24 May 2010 23:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://gentoo-blog.de/?p=2642#comment-254852</guid>
		<description>chmod -R doesn&#039;t make a distinction between files and directories.

The following is equal to the above commands:
&lt;code&gt;
find -type f -exec chmod 644 {} +
find -type d -exec chmod 755 {} +
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>chmod -R doesn&#8217;t make a distinction between files and directories.</p>
<p>The following is equal to the above commands:<br />
<code><br />
find -type f -exec chmod 644 {} +<br />
find -type d -exec chmod 755 {} +<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/comment-page-1/#comment-254342</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Sun, 23 May 2010 12:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://gentoo-blog.de/?p=2642#comment-254342</guid>
		<description>yes, but chmod -R doesnt discriminate between files and directories...</description>
		<content:encoded><![CDATA[<p>yes, but chmod -R doesnt discriminate between files and directories&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinbo</title>
		<link>http://gentoo-blog.de/stuff/chmod-change-files-or-directories-recursively-to-the-same-value/comment-page-1/#comment-232202</link>
		<dc:creator>Dinbo</dc:creator>
		<pubDate>Fri, 19 Mar 2010 09:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://gentoo-blog.de/?p=2642#comment-232202</guid>
		<description>&lt;code&gt;chmod -R 644 *&lt;/code&gt; also works!</description>
		<content:encoded><![CDATA[<p><code>chmod -R 644 *</code> also works!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

