ExamQuestions.com

Register
Login
Upgrade to Oracle Solaris 11 System Administrator Exam Questions

Oracle

Upgrade to Oracle Solaris 11 System Administrator

6 / 64

Question 6:

You have already generated a 256-bit AES raw key and named the keystore file /mykey. You need to use the key to create an encrypted file system. Which command should you use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore? 

Answer options:

A. zfs create - o encryption = /mykey pool1/encrypt
B. zfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt
C. zfs create - o encryption = AES keysource = /mykey pool1/encrypt
D. zfs create - o encryption = on keystore = /mykey pool1/encrypt