<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Fixing File and Folder Permission on suPHP</title>
	<atom:link href="http://piyecarane.wordpress.com/2008/08/19/fixing-file-and-folder-permission-on-suphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://piyecarane.wordpress.com/2008/08/19/fixing-file-and-folder-permission-on-suphp/</link>
	<description>Good is not enough if better is possible</description>
	<lastBuildDate>Fri, 16 Oct 2009 18:54:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DBI Hosting</title>
		<link>http://piyecarane.wordpress.com/2008/08/19/fixing-file-and-folder-permission-on-suphp/#comment-100</link>
		<dc:creator>DBI Hosting</dc:creator>
		<pubDate>Sun, 22 Feb 2009 21:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://piyecarane.wordpress.com/?p=57#comment-100</guid>
		<description>Retroflick.com

The reason you are getting the prompt is because that command has mixed quotes that do not properly terminate.

The original command had parts of the option quoted with &#039; and terminated with ‘ 

The correct command is:

find /home/*/public_html -name &#039;*.php&#039; -o -name &#039;*.php[345]&#039; -o -name &#039;*.phtml&#039;&#124; xargs chmod -v 644</description>
		<content:encoded><![CDATA[<p>Retroflick.com</p>
<p>The reason you are getting the prompt is because that command has mixed quotes that do not properly terminate.</p>
<p>The original command had parts of the option quoted with &#8216; and terminated with ‘ </p>
<p>The correct command is:</p>
<p>find /home/*/public_html -name &#8216;*.php&#8217; -o -name &#8216;*.php[345]&#8216; -o -name &#8216;*.phtml&#8217;| xargs chmod -v 644</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Retroflick.com</title>
		<link>http://piyecarane.wordpress.com/2008/08/19/fixing-file-and-folder-permission-on-suphp/#comment-90</link>
		<dc:creator>Retroflick.com</dc:creator>
		<pubDate>Sun, 04 Jan 2009 02:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://piyecarane.wordpress.com/?p=57#comment-90</guid>
		<description>THANK YOU THANK YOU THANK YOU!

I&#039;ve been pulling my hair out for a couple days trying to get my scripts to work with suphp turned on.  This simple script you put up to change permissions on the folders did the trick.

The third script worked for me as well, but the second script left me at a prompt like this:  &gt;
seemed to be waiting for input.  When I saved it as a shell script I got an error too, something like &quot;unexpected termination&quot;

Still my scripts are working, thank you for posting that!</description>
		<content:encoded><![CDATA[<p>THANK YOU THANK YOU THANK YOU!</p>
<p>I&#8217;ve been pulling my hair out for a couple days trying to get my scripts to work with suphp turned on.  This simple script you put up to change permissions on the folders did the trick.</p>
<p>The third script worked for me as well, but the second script left me at a prompt like this:  &gt;<br />
seemed to be waiting for input.  When I saved it as a shell script I got an error too, something like &#8220;unexpected termination&#8221;</p>
<p>Still my scripts are working, thank you for posting that!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
