Q.

How do you add (append) a file “file1” to the example.tar file

A. no you cannot add a file to example.tar
B. tar -cvf example.tar file1
C. tar -rvf file1 example.tar
D. tar -evf file1 example.tar
Answer» C. tar -rvf file1 example.tar
2.9k
0
Do you find this helpful?
3

View all MCQs in

Linux Programming

Discussion

No comments yet