πŸ“Š Linux
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) tar -tvf archive.tar.gz

Explanation: 'tar -tvf' lists contents without extracting.

Explanation by: Mr. Dubey
'tar -tvf' lists contents without extracting.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
72
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate