Youe created several ZFS file systems as listed:
The /data/temporary file system is no longer needed. Which command would you use to remove
this ZFS file system?
A.
umount /data/temporary; zfs destroy temporary
B.
zpool destroy data/temporary
C.
zfs destroy data/temporary
D.
umount /data/temporary; newfs /data/temporary
Explanation: