Multiple choice

Which command is used for file compression in unix?

  1. gzip

  2. gunzip

  3. zcat

  4. all of the above

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

The gzip, gunzip and zcat are used for compressing and expanding the files in unix. For example: gzip myflie. compress is used to compress the files in unix.