Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Solaris >> 11 >> ZFS >> 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

 

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]