nerdexam
Oracle

1Z0-105 · Question #59

You are required to create a file system that meets these requirements: 1. It must be created on /dev/ssd1. 2. It must be mounted on the already existing mount point/cryptfs. 3. Data stored on…

The correct answer is B. 1, 2, 4, 6. See the full explanation below for the reasoning.

Question

You are required to create a file system that meets these requirements: 1. It must be created on /dev/ssd1. 2. It must be mounted on the already existing mount point/cryptfs. 3. Data stored on /cryptfs must be encrypted. Examine this list of commands: 1. cryptsetup luksFormat /dev/sdd1 2. cryptsetup luksOpen /dev/sdd1/sdd1 3. mkfs -t ext4 /dev/sdd1 4. mkfs -t ext4 /dev/mapper/sdd1 5. mount /dev/sdd1/cryptfs 6. mount /dev/mapper/sdd1/cryptfs 7. cryptsetup/cryptfs Which option represents the commands in the correct order to create a file system that meet the requirements?

Options

  • A3, 5, 7
  • B1, 2, 4, 6
  • C1, 2, 3, 5
  • D1, 4, 6
  • E1, 3, 5

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    76% (32)
  • C
    2% (1)
  • D
    14% (6)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice