Vidyalelo
Computer Science · Q488

UNIX

Engineering and GATE · Computer Science · question 488

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
Answer
C.
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