<?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: Bash script to fix file permissions recursively</title>
	<atom:link href="http://www.linickx.com/archives/396/bash-script-to-fix-file-permissions-recursively/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com/archives/396/bash-script-to-fix-file-permissions-recursively</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Sun, 14 Mar 2010 15:44:13 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mmatczuk</title>
		<link>http://www.linickx.com/archives/396/bash-script-to-fix-file-permissions-recursively/comment-page-1#comment-10690</link>
		<dc:creator>mmatczuk</dc:creator>
		<pubDate>Sat, 28 Mar 2009 22:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/?p=396#comment-10690</guid>
		<description>Your script is buggy - it does not handle file names with spaces.

try something like this 
find ~/ -type f -exec chmod 600 &#039;{}&#039; \;

or you can always use find ... -print0 &#124; xargs -0</description>
		<content:encoded><![CDATA[<p>Your script is buggy &#8211; it does not handle file names with spaces.</p>
<p>try something like this<br />
find ~/ -type f -exec chmod 600 &#8216;{}&#8217; \;</p>
<p>or you can always use find &#8230; -print0 | xargs -0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gothi &#187; Blog Archive &#187; SwirlyMMS picture import fix</title>
		<link>http://www.linickx.com/archives/396/bash-script-to-fix-file-permissions-recursively/comment-page-1#comment-10441</link>
		<dc:creator>gothi &#187; Blog Archive &#187; SwirlyMMS picture import fix</dc:creator>
		<pubDate>Wed, 23 Jul 2008 20:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.linickx.com/?p=396#comment-10441</guid>
		<description>[...] Based on an example Bash script by linickx.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Based on an example Bash script by linickx.com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
