<?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: Set UNIX file access permissions with chmod</title>
	<atom:link href="http://www.tech-recipes.com/rx/691/set-unix-file-access-permissions-with-chmod/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/691/set-unix-file-access-permissions-with-chmod/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:54:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Website Design Kent</title>
		<link>http://www.tech-recipes.com/rx/691/set-unix-file-access-permissions-with-chmod/comment-page-1/#comment-12335</link>
		<dc:creator>Website Design Kent</dc:creator>
		<pubDate>Wed, 10 Jun 2009 12:46:26 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12335</guid>
		<description>Great information. I needed to check some CHMOD facts after one of my php scripts got hacked and  Ibecame an email spammer for some hacke! Least I could disable the file quickly to stop the email spam before further analysis.</description>
		<content:encoded><![CDATA[<p>Great information. I needed to check some CHMOD facts after one of my php scripts got hacked and  Ibecame an email spammer for some hacke! Least I could disable the file quickly to stop the email spam before further analysis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/691/set-unix-file-access-permissions-with-chmod/comment-page-1/#comment-3381</link>
		<dc:creator></dc:creator>
		<pubDate>Sun, 27 May 2007 10:49:33 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3381</guid>
		<description>You missed out something simple! The &quot;=&quot; operator can force permissions regardless of state, just like with octal. So, for instance:

chmod o=rwx file

will make &quot;other&quot; read/write/execute regardless of current permission state.

+ &amp; - operators are often not worth using unless you&#039;re using a+ or a-</description>
		<content:encoded><![CDATA[<p>You missed out something simple! The &#8220;=&#8221; operator can force permissions regardless of state, just like with octal. So, for instance:</p>
<p>chmod o=rwx file</p>
<p>will make &#8220;other&#8221; read/write/execute regardless of current permission state.</p>
<p>+ &amp; &#8211; operators are often not worth using unless you&#8217;re using a+ or a-</p>
]]></content:encoded>
	</item>
</channel>
</rss>
