You have setup the following ZFS file systems:
You want to limit the amount of disk space that the /data/pool/web file system can consume.
Which command would set the limit for the /data/pool/web file system so that it would consume no
more than 2GB of disk space?
A.
zfs set quota=2G datapool/web
B.
set zfs quota 2G datapool/web
C.
quota datapool/web 2G
D.
zfs set quota -2G datapool/web
Explanation: