» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 2 » Question 8/20
8.You want to create a compressed backup of the users home directories. What utility should you use?
Answer: tar

Explanation: The tar utility is used to archive multiple files into one 'tarball'. The -z option invokes another utility called gzip and instructs it to compress the files before tar archives them.

Reference: http://www.oreillynet.com/linux/cmd/t/tar.html

« Question 7 Question 9 »