Q. Which command is used to compress a file in 'tar' format?
β
Correct Answer: (B)
tar -czf
Explanation: The 'tar -czf' command is used to compress a file in 'tar' format.