<?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 Set Access Control Lists (ACL&#8217;s) and Disk Quotas for Users and Groups	</title>
	<atom:link href="https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 27 Sep 2025 06:02:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Kağan KILINÇ		</title>
		<link>https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/comment-page-1/#comment-1315891</link>

		<dc:creator><![CDATA[Kağan KILINÇ]]></dc:creator>
		<pubDate>Mon, 10 Feb 2020 09:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20253#comment-1315891</guid>

					<description><![CDATA[Hello friends.

I&#039;m very sorry for English. I use google translation.

My problem is I installed &lt;strong&gt;zentyal 6.1&lt;/strong&gt;, I created domain and users. windows machines domain extension is successful, but I want to share files. I create all privileges in file sharing, as a user, and as a group.

Although Windows computers are in the domain, when I try to enter shared folders, I am not authorized to give an element not found.

can you please help?

Thank you so much
&lt;code&gt;
Code: [Select]
root@server01:/home/samba/shares# getfacl Kalite
# file: Kalite
# owner: root
# group: adm
user::rwx
user:root:rwx
group::rwx
group:adm:rwx
group:IZOPEK\134domain\040admins:rwx
group:IZOPEK\134pazarlama:rwx
mask::rwx
other::r-x
default:user::rwx
default:user:root:rwx
default:group::rwx
default:group:adm:rwx
default:group:IZOPEK\134domain\040admins:rwx
default:group:IZOPEK\134pazarlama:rwx
default:mask::rwx
default:other::---

default:group:IZOPEK\134domain\040admins:rwx              ? = 134domain\040admins      group = domain admins
default:group:IZOPEK\134pazarlama:rwx                            ? = 134pazarlam                         group = pazarlama
&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>Hello friends.</p>
<p>I&#8217;m very sorry for English. I use google translation.</p>
<p>My problem is I installed <strong>zentyal 6.1</strong>, I created domain and users. windows machines domain extension is successful, but I want to share files. I create all privileges in file sharing, as a user, and as a group.</p>
<p>Although Windows computers are in the domain, when I try to enter shared folders, I am not authorized to give an element not found.</p>
<p>can you please help?</p>
<p>Thank you so much<br />
<code><br />
Code: [Select]<br />
root@server01:/home/samba/shares# getfacl Kalite<br />
# file: Kalite<br />
# owner: root<br />
# group: adm<br />
user::rwx<br />
user:root:rwx<br />
group::rwx<br />
group:adm:rwx<br />
group:IZOPEK\134domain\040admins:rwx<br />
group:IZOPEK\134pazarlama:rwx<br />
mask::rwx<br />
other::r-x<br />
default:user::rwx<br />
default:user:root:rwx<br />
default:group::rwx<br />
default:group:adm:rwx<br />
default:group:IZOPEK\134domain\040admins:rwx<br />
default:group:IZOPEK\134pazarlama:rwx<br />
default:mask::rwx<br />
default:other::---</p>
<p>default:group:IZOPEK\134domain\040admins:rwx              ? = 134domain\040admins      group = domain admins<br />
default:group:IZOPEK\134pazarlama:rwx                            ? = 134pazarlam                         group = pazarlama<br />
</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: CHIADI		</title>
		<link>https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/comment-page-1/#comment-1152970</link>

		<dc:creator><![CDATA[CHIADI]]></dc:creator>
		<pubDate>Thu, 16 May 2019 14:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20253#comment-1152970</guid>

					<description><![CDATA[Hi Gabriel,

Thanks greatly for your this article. You&#039;re one of the best.

I tried to implement this in VirtualBox but with partial success - the &lt;strong&gt;usrquota&lt;/strong&gt; worked perfectly but the &lt;strong&gt;grpquota&lt;/strong&gt; does not, I have tried severally without success and searched online for any successful implementation of &lt;strong&gt;grpquota&lt;/strong&gt; but found none.

I would appreciate it if you go through some excerpts from my work pasted below. Could you tell why this user &lt;strong&gt;(udo)&lt;/strong&gt; who is a member of &lt;strong&gt;testgrp&lt;/strong&gt; group could exceed quota? I think the files created by udo (user)&lt;strong&gt; in that directory (&lt;strong&gt;/adihome/aditec&lt;/strong&gt;) should belong to &lt;strong&gt;tesgrp&lt;/strong&gt; (recursively made the directory).

Thanks in advance.
CHIADI
&lt;pre&gt;
*** Report for group quotas on device /dev/sdf1
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
Group           used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
testgrp   --      20   10240   30720              2     0     0
udo       --   11264       0       0              2     0     0


#See line from /etc/fstab
UUID=5f76b6a0-3c16-4cff-9620-2666456d9723       /adihome/aditec ext4    defaults,grpquota       0 0

# Or see
[adika@sv40 ~]$ sudo mount &#124; grep adit
/dev/sdf1 on /adihome/aditec type ext4 (rw,relatime,seclabel,grpquota,data=ordered)


# see groups for user, udo
[adika@sv40 ~]$ groups udo
udo : udo testgrp mygrp

#See file permissions
[adika@sv40 ~]$ getfacl /adihome/aditec/
getfacl: Removing leading &#039;/&#039; from absolute path names
# file: adihome/aditec/
# owner: root
# group: testgrp
user::rwx
group::r-x
group:testgrp:rwx
mask::rwx
other::r-x
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi Gabriel,</p>
<p>Thanks greatly for your this article. You&#8217;re one of the best.</p>
<p>I tried to implement this in VirtualBox but with partial success &#8211; the <strong>usrquota</strong> worked perfectly but the <strong>grpquota</strong> does not, I have tried severally without success and searched online for any successful implementation of <strong>grpquota</strong> but found none.</p>
<p>I would appreciate it if you go through some excerpts from my work pasted below. Could you tell why this user <strong>(udo)</strong> who is a member of <strong>testgrp</strong> group could exceed quota? I think the files created by udo (user)<strong> in that directory (</strong><strong>/adihome/aditec</strong>) should belong to <strong>tesgrp</strong> (recursively made the directory).</p>
<p>Thanks in advance.<br />
CHIADI</p>
<pre>
*** Report for group quotas on device /dev/sdf1
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
Group           used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
testgrp   --      20   10240   30720              2     0     0
udo       --   11264       0       0              2     0     0


#See line from /etc/fstab
UUID=5f76b6a0-3c16-4cff-9620-2666456d9723       /adihome/aditec ext4    defaults,grpquota       0 0

# Or see
[adika@sv40 ~]$ sudo mount | grep adit
/dev/sdf1 on /adihome/aditec type ext4 (rw,relatime,seclabel,grpquota,data=ordered)


# see groups for user, udo
[adika@sv40 ~]$ groups udo
udo : udo testgrp mygrp

#See file permissions
[adika@sv40 ~]$ getfacl /adihome/aditec/
getfacl: Removing leading '/' from absolute path names
# file: adihome/aditec/
# owner: root
# group: testgrp
user::rwx
group::r-x
group:testgrp:rwx
mask::rwx
other::r-x
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AJ		</title>
		<link>https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/comment-page-1/#comment-923292</link>

		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Sun, 15 Oct 2017 19:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20253#comment-923292</guid>

					<description><![CDATA[This was very helpful ..thanks]]></description>
			<content:encoded><![CDATA[<p>This was very helpful ..thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/comment-page-1/#comment-794658</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 13:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20253#comment-794658</guid>

					<description><![CDATA[@Nuno,
You raised an important point. As a general rule, you can access the contents of a directory if and only if you have execute permission on it. So yes, you were right. In the box I used to write this article, user gacanepa had been left as member of the developers group because even though I removed it, I did not log out and log back in to apply changes. My bad. Great catch!
@Ravi,
I&#039;ll send you the needed correction via email.]]></description>
			<content:encoded><![CDATA[<p>@Nuno,<br />
You raised an important point. As a general rule, you can access the contents of a directory if and only if you have execute permission on it. So yes, you were right. In the box I used to write this article, user gacanepa had been left as member of the developers group because even though I removed it, I did not log out and log back in to apply changes. My bad. Great catch!<br />
@Ravi,<br />
I&#8217;ll send you the needed correction via email.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nuno		</title>
		<link>https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/comment-page-1/#comment-794582</link>

		<dc:creator><![CDATA[Nuno]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 09:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20253#comment-794582</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/comment-page-1/#comment-793401&quot;&gt;Gabriel A. Cánepa&lt;/a&gt;.

@Gabriel,

I think I found the problem. For this to work, I have to give execution rights to others on the parent directory test for the user to be able to read directory content independently of the ACL rule. Otherwise it doesn&#039;t work.

sudo chmod -R 775 /mnt/test OR sudo chmod -R 771 /mnt/test]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/set-access-control-lists-acls-and-disk-quotas-for-users-groups/comment-page-1/#comment-793401">Gabriel A. Cánepa</a>.</p>
<p>@Gabriel,</p>
<p>I think I found the problem. For this to work, I have to give execution rights to others on the parent directory test for the user to be able to read directory content independently of the ACL rule. Otherwise it doesn&#8217;t work.</p>
<p>sudo chmod -R 775 /mnt/test OR sudo chmod -R 771 /mnt/test</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
