» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 4 » Question 19/20
19.You routinely compress old log files. You now need to examine a log from two months ago. In order to view its contents without first having to decompress it, use the _____ utility.
Answer: zlibc

Explanation: Zlibc is a program that allows existing applications to read compressed (GNU gzip'ed) files as if they were not compressed. Zlibc will transparently Uncompresses the data from these files as soon as they are read, just as a compressed file system would do.

Reference: http://zlibc.linux.lu/zlibc.html

« Question 18 Question 20 »