» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 3 »
Question 8/20
Answer: file
Explanation: The command: gzip backup.gz will compress and rename it to backup.gz.
This only works with a single file. To compress multiple files into one file (archive), you should use the tar
utility with the z option. Tar can archive multiple files into a single file (archive). The z option
causes tar to use gzip to compress the files first.
Reference: http://www.oreillynet.com/linux/cmd/g/gzip.html