A

Admin • 833K Points
Coach

Q. How do you display the contents of a compressed tar archive?

  • (A) tar -tvf archive.tar.gz
  • (B) tar -xvf archive.tar.gz
  • (C) tar -cvf archive.tar.gz
  • (D) gzip -l archive.tar.gz
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category Linux
  • Hashtags:

Explanation by: Admin

'tar -tvf' lists contents without extracting.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.