A user downloads the software package "package.tar.bz2" from the vendor. Which of the following command lines can be used to extract the contents of the package?

A user downloads the software package "package.tar.bz2" from the vendor.
Which of the following command lines can be used to extract the contents of the package?








A. tar xf package.tar.bz2
B. tar xvf package.tar.bz2 | bzip2 -d
C. bzip2 -d < package.tar.bz2 | tar xvf -
D. bzip2 package.tar | tar xvf package.tar.bz2









Answer: C


Learn More :

CompTIA

Learn More Multiple Choice Question :