CompTIA Linux+ (XK0-005) — Question 16

A Linux administrator recently downloaded a software package that is currently in a compressed file. Which of the following commands will extract the files?

Answer options

Correct answer: D

Explanation

The command 'funzip' is specifically designed to extract files from a compressed archive created by 'zip'. The other options, such as 'unzip -v', 'bzip2 -z', and 'gzip', either do not extract the files from a zip archive or are not related to the 'zip' format at all.