Software >> OS >> Unix >> Solaris >> 11 >> How to recursively list all NFS share related properties in ZFS file system

(1) to get all child share (share.*) properties for a specific zfs filesystem

zfs get share.all zfs-filesystem

(2) to all share properties for the zfs filesystem and child datasets

zfs get -r share zfs-filesystem

(3) to get all child share (share.*)  properties of a filesysystem and child datasets

zfs get -r share.all zfs-filesystem