nerdexam
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

1Z0-876 question #56 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)
  • A
    4% (1)
  • B
    12% (3)
  • C
    76% (19)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice