<?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: UNIX: advanced octal file permissions with chmod</title>
	<atom:link href="http://www.tech-recipes.com/rx/697/unix-advanced-octal-file-permissions-with-chmod/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/697/unix-advanced-octal-file-permissions-with-chmod/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mukul</title>
		<link>http://www.tech-recipes.com/rx/697/unix-advanced-octal-file-permissions-with-chmod/comment-page-1/#comment-13223</link>
		<dc:creator>Mukul</dc:creator>
		<pubDate>Mon, 06 Jul 2009 03:35:25 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-13223</guid>
		<description>Thnks You............</description>
		<content:encoded><![CDATA[<p>Thnks You&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denarius</title>
		<link>http://www.tech-recipes.com/rx/697/unix-advanced-octal-file-permissions-with-chmod/comment-page-1/#comment-1238</link>
		<dc:creator>Denarius</dc:creator>
		<pubDate>Mon, 31 Jan 2005 18:02:51 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1238</guid>
		<description>Unices and applications use the setgid and setuid bits so the octal may need to be 4 digits, especially if using UniCenter or AIX.
AIX directories often have setgid set sometimes.

Using chmod 0755 or 0750 if hardening is needed.
remove setgid from dir with symbolic representaion 
drwxrws---   ie in octal 2750 change to safer nonsetgid
drwxrwx---   ie in octal 0750
with
chmod 0750 dirname

Usual ownership requirements apply.
Note it is possible to get uppercase S appearing in ls -l output if setgid is set but no execute permissions are set.  it means setgid is ineffective.</description>
		<content:encoded><![CDATA[<p>Unices and applications use the setgid and setuid bits so the octal may need to be 4 digits, especially if using UniCenter or AIX.<br />
AIX directories often have setgid set sometimes.</p>
<p>Using chmod 0755 or 0750 if hardening is needed.<br />
remove setgid from dir with symbolic representaion<br />
drwxrws&#8212;   ie in octal 2750 change to safer nonsetgid<br />
drwxrwx&#8212;   ie in octal 0750<br />
with<br />
chmod 0750 dirname</p>
<p>Usual ownership requirements apply.<br />
Note it is possible to get uppercase S appearing in ls -l output if setgid is set but no execute permissions are set.  it means setgid is ineffective.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
