ZFS Inherit the userquota property

Hi, I have read the FreeBSD handbook's zfs administration and I tried to set a userquota like it was mentioned:
zfs set userquota@user=1G

But that didn't work because we must append this command with the dataset.

My question is : How could I set a userquota to the whole pool, or to inherit the userquota property among dataset's children ?

Thank you.
 
Back
Top