29 Nisan 2017 Cumartesi

linux sistemlerde ZFS'ni acl ile kullanmak

linux sistemimizde zfs kullanmaya karar verdiğimizde, acl kullanmak istiyorsak, posixacl yi aktifleştirmemiz gerekmektedir. Bunun için;

# zfs set acltype=posixacl dataset-name


# zfs set acltype=posixacl archive
# zfs get acltype archive
NAME     PROPERTY  VALUE     SOURCE
archive  acltype   posixacl  local

artik getfacl/setfacl komutları ile acl kontrol edip, yeni acl oluşturabiliriz.



Hiç yorum yok:

Yorum Gönder

podman aksaklıkları

#1 "ERRO[0000] cannot find UID/GID for user admin: cannot read subids - check rootless mode in man pages  WARN[0000] Using rootless sin...