Oracle
1Z0-876 · Question #56
Click the Exhibit button. Val wants to copy the customer data files from the data directory, to a directory called customer. The new customer directory will be in Val's home directory. Choose the…
The correct answer is C. mkdir ../customer ; cp customer-local customer-region customer-state ../customer. See the full explanation below for the reasoning.
Question
Click the Exhibit button. Val wants to copy the customer data files from the data directory, to a directory called customer. The new customer directory will be in Val's home directory. Choose the command that Val will use to accomplish this task.
Exhibit
Options
- Atouch $HOME/customer ; cp customer-local customer-region customer-state $HOME/customer
- Bmkdir $HOME/customer ; mv customer-local customer-region customer-state $HOME/customer
- Cmkdir ../customer ; cp customer-local customer-region customer-state ../customer
- Dcp customer-local customer-region customer-state | mkdir $HOME/customer
How the community answered
(25 responses)- A4% (1)
- B12% (3)
- C76% (19)
- D8% (2)
Community Discussion
No community discussion yet for this question.
