1.

To create an archive named abc.tar consisting of two files, file01 and file02, which of the following command will be used?

A. tar -cvf abc.tar file01 file02
B. tar -cvf file01 file02 abc.tar
C. tar -cv abc.tar file01 file02
D. tar -c abc.tar file01 file02
Answer» C. tar -cv abc.tar file01 file02


Discussion

No Comment Found