🎴 Flashcard Mode

Operating Systems: Windows & Unix/Linux Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which of the following options would you use to examine the contents of anarchive without extracting it?

AnswerClick to flip back
A
-t
💡 Explanation:

The tar command's -t (table of contents) option lists the files stored in an archive without extracting them. This is useful for previewing archive contents before extraction. The -x option would extract files, -f specifies the archive filename, and -cv would create a verbose archive.

Change Mode