nerdexam
Oracle

1Z0-876 · Question #62

Frank is going to add four files to a tar archive. The files are called data1, data2, etc. These files will be stored in a new archive called data-1-4.tar Which command will correctly create this…

The correct answer is C. tar cvf data-1-4.tar data1 data2 data3 data4. See the full explanation below for the reasoning.

Question

Frank is going to add four files to a tar archive. The files are called data1, data2, etc. These files will be stored in a new archive called data-1-4.tar Which command will correctly create this archive?

Options

  • Atar xvf data-1-4.tar data1 data2 data3 data4
  • Btar uvf data-1-4.tar data1 data2 data3 data4
  • Ctar cvf data-1-4.tar data1 data2 data3 data4
  • Dtar rvf data-1-4.tar data1 data2 data3 data4
  • Etar tvf data-1-4.tar data1 data2 data3 data4

How the community answered

(23 responses)
  • A
    4% (1)
  • C
    83% (19)
  • D
    9% (2)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-876 Practice