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)- A4% (1)
- C83% (19)
- D9% (2)
- E4% (1)
Community Discussion
No community discussion yet for this question.