InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command is used for viewing the attributes of contents of an archive?(a) tar -tvfabc.tar(b) tar -cvfabc.tar(c) tar-xvfabc.tar(d) tar-tabc.tarI got this question in quiz.Origin of the question is Compressing and Archiving Files topic in section Handling Ordinary Files of Unix |
|
Answer» Correct answer is (a) tar -tvfabc.tar |
|