Multiple choice technology operating systems

Which of the following commands can compress a file and as well as archive it?

  1. tar

  2. gzip

  3. xr

  4. zip

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

zip combines multiple files into a single archive and compresses them simultaneously. tar only archives without compression (requires gzip/bzip2 separately), gzip only compresses single files without directory archiving.