These tools have a terminal UI and CLI for ZFS related operations. Specifically:
- zpool-set manages ZFS pool properties (zpool get / zpool set), for FreeBSD
- zfs-allow performs ZFS delegated administration (zfs allow / zfs unallow) on FreeBSD: every permission described, edits turned into the exact zfs commands, pre-flight checks, effective permissions, dump/restore.
- zfs-set sets dataset properties (zfs get / zfs set / zfs inherit), for FreeBSD
https://github.com/olgeni/zfs-set
https://github.com/olgeni/zfs-allow
https://github.com/olgeni/zpool-set








