<?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 Create a Shared Directory for All Users in Linux	</title>
	<atom:link href="https://www.tecmint.com/create-a-shared-directory-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-a-shared-directory-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 00:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Pavithra M		</title>
		<link>https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-1713723</link>

		<dc:creator><![CDATA[Pavithra M]]></dc:creator>
		<pubDate>Sat, 05 Feb 2022 04:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24373#comment-1713723</guid>

					<description><![CDATA[How to access the created shared folder from another pc.]]></description>
			<content:encoded><![CDATA[<p>How to access the created shared folder from another pc.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: yaz84		</title>
		<link>https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-1354151</link>

		<dc:creator><![CDATA[yaz84]]></dc:creator>
		<pubDate>Tue, 18 Aug 2020 10:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24373#comment-1354151</guid>

					<description><![CDATA[&quot;The standard behavior for new files and sub-directories is to ALWAYS receive the creator&#039;s GROUP&quot; - RHCSA RHEL 8, A. Ghori, 1st edition. In the example of this tutorial, I do not understand why we enabled setgid for the directory SINCE all the system users created (&lt;strong&gt;aaronkilik&lt;/strong&gt;, &lt;strong&gt;john&lt;/strong&gt;, and &lt;strong&gt;ravi&lt;/strong&gt;) belong to the same group (called &quot;&lt;strong&gt;project&lt;/strong&gt;&quot;) as the group of the parent directory &quot;&lt;strong&gt;reports&lt;/strong&gt;&quot; (&lt;strong&gt;sudo chgrp -R project /var/www/reports/&lt;/strong&gt;). 

I mean if the user &lt;strong&gt;aaronkilik&lt;/strong&gt; or any other of the two users create a file or sub-directory in &quot;&lt;strong&gt;reports&lt;/strong&gt;&quot;, since the &lt;strong&gt;aaronkilik&lt;/strong&gt; belongs to the group called &quot;&lt;strong&gt;project&lt;/strong&gt;&quot;, the file/sub-directory created receives the creator&#039;s group like stated in the first phase, that is the group &quot;&lt;strong&gt;project&lt;/strong&gt;&quot;. 

Why is it needed to enabled setgid for the &quot;&lt;strong&gt;project&lt;/strong&gt;&quot; directory? Maybe there is a reason but I do not see it now. I could see the reason to enable setgid in case the three system users created belonged to different groups (in this case &lt;strong&gt;chmod -R 2777 /var/www/reports/&lt;/strong&gt; would be needed too). Thank you.]]></description>
			<content:encoded><![CDATA[<p>&#8220;The standard behavior for new files and sub-directories is to ALWAYS receive the creator&#8217;s GROUP&#8221; &#8211; RHCSA RHEL 8, A. Ghori, 1st edition. In the example of this tutorial, I do not understand why we enabled setgid for the directory SINCE all the system users created (<strong>aaronkilik</strong>, <strong>john</strong>, and <strong>ravi</strong>) belong to the same group (called &#8220;<strong>project</strong>&#8220;) as the group of the parent directory &#8220;<strong>reports</strong>&#8221; (<strong>sudo chgrp -R project /var/www/reports/</strong>). </p>
<p>I mean if the user <strong>aaronkilik</strong> or any other of the two users create a file or sub-directory in &#8220;<strong>reports</strong>&#8220;, since the <strong>aaronkilik</strong> belongs to the group called &#8220;<strong>project</strong>&#8220;, the file/sub-directory created receives the creator&#8217;s group like stated in the first phase, that is the group &#8220;<strong>project</strong>&#8220;. </p>
<p>Why is it needed to enabled setgid for the &#8220;<strong>project</strong>&#8221; directory? Maybe there is a reason but I do not see it now. I could see the reason to enable setgid in case the three system users created belonged to different groups (in this case <strong>chmod -R 2777 /var/www/reports/</strong> would be needed too). Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Narayan		</title>
		<link>https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-1244672</link>

		<dc:creator><![CDATA[Narayan]]></dc:creator>
		<pubDate>Sun, 15 Sep 2019 08:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24373#comment-1244672</guid>

					<description><![CDATA[Hi,

Need help to set up multiple project-wise Shared Directory via GUI panel on Ubuntu on currently running the server?]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Need help to set up multiple project-wise Shared Directory via GUI panel on Ubuntu on currently running the server?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: José Luis Pérez		</title>
		<link>https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-902514</link>

		<dc:creator><![CDATA[José Luis Pérez]]></dc:creator>
		<pubDate>Fri, 28 Jul 2017 19:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24373#comment-902514</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-865176&quot;&gt;Aaron Kili&lt;/a&gt;.

In my case, i needed the shared folder were shared also with apache. I had to use &quot;chmod -R 2775&quot;. If I used &quot;chmod -R 2770&quot;, apache couldn&#039;t access to the folders.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-865176">Aaron Kili</a>.</p>
<p>In my case, i needed the shared folder were shared also with apache. I had to use &#8220;chmod -R 2775&#8221;. If I used &#8220;chmod -R 2770&#8221;, apache couldn&#8217;t access to the folders.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-895231</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Thu, 15 Jun 2017 06:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=24373#comment-895231</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-895091&quot;&gt;Evi1M4chine&lt;/a&gt;.

@Evi1 

That&#039;s correct, including the recursive option allows subdirectories to be get top directory permissions automatically. Many thanks for the heads up.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-a-shared-directory-in-linux/comment-page-1/#comment-895091">Evi1M4chine</a>.</p>
<p>@Evi1 </p>
<p>That&#8217;s correct, including the recursive option allows subdirectories to be get top directory permissions automatically. Many thanks for the heads up.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
