[root@stroj /]# mkdir KNIHOVNA
[root@stroj /]# ls -ld KNIHOVNA/
drwxr-xr-x 2 root root 4096 16. úno 15.16 KNIHOVNA/
[root@stroj /]# chmod 700 KNIHOVNA/
[root@stroj /]# setfacl -m g:A:rwx KNIHOVNA/
[root@stroj /]# setfacl -m d:g:A:rwx KNIHOVNA/
[root@stroj /]# setfacl -m g:B:rx KNIHOVNA/
[root@stroj /]# setfacl -m d:g:B:rx KNIHOVNA/
[root@stroj /]# getfacl KNIHOVNA/
# file: KNIHOVNA/
# owner: root
# group: root
user::rwx
group::---
group:A:rwx
group:B:r-x
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:A:rwx
default:group:B:r-x
default:mask::rwx
default:other::---

[A@stroj ~]$ cd /KNIHOVNA/
[A@stroj KNIHOVNA]$ mkdir KNIHA1

[root@stroj /]# getfacl -R KNIHOVNA/
# file: KNIHOVNA/
# owner: root
# group: root
user::rwx
group::---
group:A:rwx
group:B:r-x
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:A:rwx
default:group:B:r-x
default:mask::rwx
default:other::---

# file: KNIHOVNA//KNIHA1
# owner: A
# group: A
user::rwx
group::---
group:A:rwx
group:B:r-x
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:A:rwx
default:group:B:r-x
default:mask::rwx
default:other::---

[root@stroj /]# getfacl -R KNIHOVNA/
# file: KNIHOVNA/
# owner: root
# group: root
user::rwx
group::---
group:A:rwx
group:B:r-x
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:A:rwx
default:group:B:r-x
default:mask::rwx
default:other::---

# file: KNIHOVNA//KNIHA1
# owner: A
# group: A
user::rwx
group::---
group:A:rwx
group:B:r-x
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:A:rwx
default:group:B:r-x
default:mask::rwx
default:other::---

[root@stroj /]#

Add a code snippet to your website: www.paste.org