<?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: How To Change Ownership of Files and Directories in Unix</title>
	<atom:link href="http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:00:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dich thuat</title>
		<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/comment-page-1/#comment-7009</link>
		<dc:creator>dich thuat</dc:creator>
		<pubDate>Mon, 16 May 2011 08:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=439#comment-7009</guid>
		<description>I want chown folder and files in sub folder??

How to ??

chown congtydichthuat drupal/*/*/*
or
&gt;????</description>
		<content:encoded><![CDATA[<p>I want chown folder and files in sub folder??</p>
<p>How to ??</p>
<p>chown congtydichthuat drupal/*/*/*<br />
or<br />
&gt;????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Kohrt</title>
		<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/comment-page-1/#comment-6915</link>
		<dc:creator>Kevin Kohrt</dc:creator>
		<pubDate>Fri, 10 Dec 2010 14:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=439#comment-6915</guid>
		<description>How would I pipe the output of a find command so that I only changed the ownership of particular files. Specifically, I want to change the owner of all files I owned under my old account, foouser, to now be owned by my user in my new account, baruser; but not touch any files owned by root or www or whatever other odd things may have been set up within my home directory.</description>
		<content:encoded><![CDATA[<p>How would I pipe the output of a find command so that I only changed the ownership of particular files. Specifically, I want to change the owner of all files I owned under my old account, foouser, to now be owned by my user in my new account, baruser; but not touch any files owned by root or www or whatever other odd things may have been set up within my home directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/comment-page-1/#comment-6892</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Tue, 21 Sep 2010 18:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=439#comment-6892</guid>
		<description>Hi Pushparaj, you&#039;ll be able to change group or user ownership for as long as you&#039;re doing this under superuser privileges. As a regular user (ABC in your example), you won&#039;t be able to change ownership, regardless if you were a member of a group g1 or not.

In short: only root (privileged user) can change ownership of files. Regular users can&#039;t change ownership, but can change access permissions.</description>
		<content:encoded><![CDATA[<p>Hi Pushparaj, you'll be able to change group or user ownership for as long as you're doing this under superuser privileges. As a regular user (ABC in your example), you won't be able to change ownership, regardless if you were a member of a group g1 or not.</p>
<p>In short: only root (privileged user) can change ownership of files. Regular users can't change ownership, but can change access permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pushparaj</title>
		<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/comment-page-1/#comment-6889</link>
		<dc:creator>pushparaj</dc:creator>
		<pubDate>Tue, 21 Sep 2010 14:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=439#comment-6889</guid>
		<description>file1 owner : XYZ group :g1

when I change the ownership of a file1 to say ABC and ABC was not in group g1. will I am able to  change the ownership??</description>
		<content:encoded><![CDATA[<p>file1 owner : XYZ group :g1</p>
<p>when I change the ownership of a file1 to say ABC and ABC was not in group g1. will I am able to  change the ownership??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/comment-page-1/#comment-6831</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 12 Mar 2010 05:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=439#comment-6831</guid>
		<description>What happens if I get the error &quot;Changing ownership of [drive]: Operation not permitted&quot;?

I&#039;ve tried Googling, but the answers I find talk about &quot;fstab&quot; which I don&#039;t undderstand and as a result are reluctant to mess with.</description>
		<content:encoded><![CDATA[<p>What happens if I get the error "Changing ownership of [drive]: Operation not permitted"?</p>
<p>I've tried Googling, but the answers I find talk about "fstab" which I don't undderstand and as a result are reluctant to mess with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scouser73</title>
		<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/comment-page-1/#comment-6764</link>
		<dc:creator>scouser73</dc:creator>
		<pubDate>Wed, 02 Dec 2009 10:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=439#comment-6764</guid>
		<description>This is a great tutorial, I tend to install tarballs rather than debs and this is an extremely quick way of changing permissions rather than gksudo nautilus and changinging each and every single file.</description>
		<content:encoded><![CDATA[<p>This is a great tutorial, I tend to install tarballs rather than debs and this is an extremely quick way of changing permissions rather than gksudo nautilus and changinging each and every single file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim McCormack</title>
		<link>http://www.unixtutorial.org/2009/02/how-to-change-ownership-of-files-and-directories-in-unix/comment-page-1/#comment-4671</link>
		<dc:creator>Tim McCormack</dc:creator>
		<pubDate>Tue, 26 May 2009 02:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=439#comment-4671</guid>
		<description>I understand why changing owner is only permitted for the superuser, but why would changing *group* also be locked down?</description>
		<content:encoded><![CDATA[<p>I understand why changing owner is only permitted for the superuser, but why would changing *group* also be locked down?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/11 queries in 0.004 seconds using disk: basic
Object Caching 366/367 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: unixtutorial.s3.amazonaws.com

Served from: www.unixtutorial.org @ 2012-02-08 01:29:48 -->
