The ZFS configuration on your server is: Pool1 6.67G31K/pool Pool1/data31K31K/data
Select the three commands that you would use to 1. Create, 2. List, and 3. Delete a
snapshot of the /data file system.
A.
zfs list -t snapshot
B.
zfs destroy snapshot pool1/data@now
C.
zfs list -t snapshot pool1/data
D.
zfs create snapshot pool1/data@now
E.
zfs snapshot pool1/data@now
F.
zfs destroy pool1/data@now
E,A, F