List of questions
Related questions
Question 18 - 010-160 discussion
Which of the following commands creates an archive file work.tar from the contents of the directory ./work/?
A.
tar --new work.tar ./work/
B.
tar -cf work.tar ./work/
C.
tar -create work.tgz -content ./work/
D.
tar work.tar < ./work/
E.
tar work > work.tar
Your answer:
0 comments
Sorted by
Leave a comment first