What command would create a LUN clone named lun0.clone from the LUN lun0 on the volume
vol2?

A.
Ilun clone start create /vol/vol2/lun0.clone -b /vol/vol2/lun0 snap_recent
B.
Ilun clone create /vol/vol2/lun0.clone -b /vol/vol2/lun0 snap_recent
C.
Ilun clone create /vol/vol2/lun0 -b /vol/vol2/lun0.clone snap_recent
D.
Ilun clone create /vol/vol2/lun0.clone -b /vol/vol2/lun0 -s snap_recent
Explanation: