Which command will correctly create this archive?

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?

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?

A.
tar xvf data-1-4.tar data1 data2 data3 data4

B.
tar uvf data-1-4.tar data1 data2 data3 data4

C.
tar cvf data-1-4.tar data1 data2 data3 data4

D.
tar rvf data-1-4.tar data1 data2 data3 data4

E.
tar tvf data-1-4.tar data1 data2 data3 data4

Explanation:



Leave a Reply 0

Your email address will not be published. Required fields are marked *