ExamGecko
Question list
Search
Search

Question 18 - 010-160 discussion

Report
Export

Which of the following commands creates an archive file work.tar from the contents of the directory ./work/?

A.
tar --new work.tar ./work/
Answers
A.
tar --new work.tar ./work/
B.
tar -cf work.tar ./work/
Answers
B.
tar -cf work.tar ./work/
C.
tar -create work.tgz -content ./work/
Answers
C.
tar -create work.tgz -content ./work/
D.
tar work.tar < ./work/
Answers
D.
tar work.tar < ./work/
E.
tar work > work.tar
Answers
E.
tar work > work.tar
Suggested answer: B
asked 18/09/2024
Cesar Castillo
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first