<?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: chmod: copy user / owner permissions to group</title>
	<atom:link href="http://tonymcneil.wordpress.com/2008/07/24/chmod-copy-user-owner-permissions-to-group/feed/" rel="self" type="application/rss+xml" />
	<link>http://tonymcneil.wordpress.com/2008/07/24/chmod-copy-user-owner-permissions-to-group/</link>
	<description>notes on code development &#38; software</description>
	<lastBuildDate>Thu, 22 Oct 2009 23:04:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://tonymcneil.wordpress.com/2008/07/24/chmod-copy-user-owner-permissions-to-group/#comment-26</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 15 Dec 2008 15:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://tonymcneil.wordpress.com/?p=14#comment-26</guid>
		<description>chmod actually has built in support for this operation:

chmod g+u file

This command will make the group permissions of &quot;file&quot; be the same as user permissions.  If you want to do it recursively from a directory, just do:

chmod -R g+u .</description>
		<content:encoded><![CDATA[<p>chmod actually has built in support for this operation:</p>
<p>chmod g+u file</p>
<p>This command will make the group permissions of &#8220;file&#8221; be the same as user permissions.  If you want to do it recursively from a directory, just do:</p>
<p>chmod -R g+u .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
