Q. Which command is used to compress files using tar and gzip in Linux?
β
Correct Answer: (A)
tar -czvf archive.tar.gz folder/
Explanation: 'tar -czvf' creates a compressed archive with gzip.