Examveda
Examveda

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: Option B


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix