nerdexam
CompTIA

XK0-006 · Question #155

A systems administrator is restoring data from a backup. While analyzing the file format, the administrator sees the following output: data: 7-zip archive data, version 0.4 Which of the following…

The correct answer is A. 7za e data. The output indicates the file is a 7-zip archive, and the 7za command is specifically designed to extract 7-zip formatted archives, making it the appropriate tool to restore the data.

System Configuration and Management

Question

A systems administrator is restoring data from a backup. While analyzing the file format, the administrator sees the following output:

data: 7-zip archive data, version 0.4 Which of the following commands should the administrator use to help extract the data?

Options

  • A7za e data
  • Btar x --lzip --format=v7 data
  • Cunzip -nP 7 data
  • Dzcat -S 7 data

How the community answered

(38 responses)
  • A
    87% (33)
  • B
    3% (1)
  • C
    8% (3)
  • D
    3% (1)

Explanation

The output indicates the file is a 7-zip archive, and the 7za command is specifically designed to extract 7-zip formatted archives, making it the appropriate tool to restore the data.

Topics

#7-zip#file extraction#archive formats#compression tools

Community Discussion

No community discussion yet for this question.

Full XK0-006 Practice