> On Wed, Aug 4, 2010 at 7:21 AM, Peter Taps
> <ptr...@yahoo.com> wrote:
> > Folks,
> >
> > In my application, I need to get some information
> for zfs and display to user. Is there a way to
> identify if a given zfs filesystem has been shared as
> CIFS? Ideally, zfs library API would be better.
> However, a command line tool would do as well. I
> would just need to parse the output.
> >
> > Thank you in advance for your help.
> 
> Check
> 
> zfs get sharesmb
> 
> as well as
> 
> sharemgr show
> 

or

zfs list -o name,sharesmb
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to