Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Bash by Ja ( 13 years ago )
[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:test:rx KNIHOVNA/
[root@stroj /]# setfacl -m d:g:test:rx KNIHOVNA/
[root@stroj /]# getfacl KNIHOVNA/
# file: KNIHOVNA/
# owner: root
# group: root
user::rwx
group::---
group:A:rwx
group:test:r-x
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:A:rwx
default:group:test: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:test:r-x
mask::rwx
other::---
default:user::rwx
default:group::---
default:group:A:rwx
default:group:test:r-x
default:mask::rwx
default:other::---

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

[root@stroj /]# getfacl -R KNIHOVNA/ | sed 's/A/A/g;s/test/B/g'
# 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 /]#

 

Revise this Paste

Children: 45586
Your Name: Code Language: