nerdexam
Oracle

1Z0-100 · Question #130

The user scott tries to create a directory hierarchy under a specific directory location and encounters an error: Which command must scott use to create the directory hierarchy successfully? (Choose…

The correct answer is C. mkdir -p test/test1/stored/all. See the full explanation below for the reasoning.

Question

The user scott tries to create a directory hierarchy under a specific directory location and encounters an error:

Which command must scott use to create the directory hierarchy successfully? (Choose the best answer.)

Exhibit

1Z0-100 question #130 exhibit

Options

  • Amkdir /test/test1/stored/all
  • Bmkdir -r test/test1/stored/all
  • Cmkdir -p test/test1/stored/all
  • Dmkdir R test/test1/stored/all
  • Emkdir -r /tmp/test/test1/stored/all

How the community answered

(43 responses)
  • A
    9% (4)
  • B
    5% (2)
  • C
    70% (30)
  • D
    2% (1)
  • E
    14% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice