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
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)- A9% (4)
- B5% (2)
- C70% (30)
- D2% (1)
- E14% (6)
Community Discussion
No community discussion yet for this question.
