Q488
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
AnswerC.
tar -cv abc.tar file01 file02
D.
tar -c abc.tar file01 file02
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board