Oracle Solaris 11 System Administrator — Question 7

Review the output from a ZFS file system:
NAME PROPERTY VALUE SOURCE
pool1/encrypt encryption aes-256-ccm local
pool1/encrypt keysource raw,file:///mykey local
You need to recreate the pool1/encrypt file system exactly as it is listed above. Which two commands can you use to recreate the pool1/encrypt file system? (Choose two.)

Answer options

Correct answer: B, C

Explanation

The correct commands for recreating the pool1/encrypt file system are B and D. Option B is incorrect due to a syntax error, while D is the only option that accurately reflects the required properties for the keysource. Options A and E do not pertain to the ZFS filesystem creation process and thus are not valid choices.