<?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 Use Chown Command to Change File Ownership [11 Examples]	</title>
	<atom:link href="https://www.tecmint.com/chown-command-examples/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/chown-command-examples/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 15:14:42 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Narendra Kangralkar		</title>
		<link>https://www.tecmint.com/chown-command-examples/comment-page-1/#comment-1926725</link>

		<dc:creator><![CDATA[Narendra Kangralkar]]></dc:creator>
		<pubDate>Fri, 09 Dec 2022 06:56:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28980#comment-1926725</guid>

					<description><![CDATA[@dragonmouth,

No, they are not the same. In example #4 we are using user and group names whereas in example #11 we are using the ids associated with them. We can use either name or id with the chown command. For example, the below command uses the combination of the user id and group name:

$ sudo chown 1001:narendra file-1.txt
]]></description>
			<content:encoded><![CDATA[<p>@dragonmouth,</p>
<p>No, they are not the same. In example #4 we are using user and group names whereas in example #11 we are using the ids associated with them. We can use either name or id with the chown command. For example, the below command uses the combination of the user id and group name:</p>
<p>$ sudo chown 1001:narendra file-1.txt</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/chown-command-examples/comment-page-1/#comment-1926555</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Thu, 08 Dec 2022 21:51:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28980#comment-1926555</guid>

					<description><![CDATA[Isn&#039;t Example #4 and Example #11 the same? In Example #4 you are changing the alpha userid and groupid while in example #11 you are changing the numeric IDs.]]></description>
			<content:encoded><![CDATA[<p>Isn&#8217;t Example #4 and Example #11 the same? In Example #4 you are changing the alpha userid and groupid while in example #11 you are changing the numeric IDs.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Narendra Kangralkar		</title>
		<link>https://www.tecmint.com/chown-command-examples/comment-page-1/#comment-1923864</link>

		<dc:creator><![CDATA[Narendra Kangralkar]]></dc:creator>
		<pubDate>Sat, 03 Dec 2022 13:26:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28980#comment-1923864</guid>

					<description><![CDATA[@dragonmouth,

Here, the main intention is to show the updated ownership. There are multiple ways to achieve this. For example, using the &lt;strong&gt;ls command&lt;/strong&gt; or &lt;code&gt;-v&lt;/code&gt; flag. We can use either of them.

In addition to this, we can also use the &lt;strong&gt;stat&lt;/strong&gt; command as shown below:

&lt;code&gt;$ stat -c &quot;Owner = %U, Group = %G&quot; file-1.txt 
Owner = narendra, Group = narendra&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>@dragonmouth,</p>
<p>Here, the main intention is to show the updated ownership. There are multiple ways to achieve this. For example, using the <strong>ls command</strong> or <code>-v</code> flag. We can use either of them.</p>
<p>In addition to this, we can also use the <strong>stat</strong> command as shown below:</p>
<p><code>$ stat -c "Owner = %U, Group = %G" file-1.txt<br />
Owner = narendra, Group = narendra</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/chown-command-examples/comment-page-1/#comment-1923459</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Fri, 02 Dec 2022 14:55:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=28980#comment-1923459</guid>

					<description><![CDATA[In Example #11, why don&#039;t you use the &lt;code&gt;&quot;-v&quot;&lt;/code&gt; flag instead of the &quot;&lt;strong&gt;ls&lt;/strong&gt;&quot; command?]]></description>
			<content:encoded><![CDATA[<p>In Example #11, why don&#8217;t you use the <code>"-v"</code> flag instead of the &#8220;<strong>ls</strong>&#8221; command?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
