» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 1 »
Question 3/20
Answer: tar xf MyBackup.tar memo.ben
Explanation: Tarfiles are created using the 'tar' utility. Therefore, you should use the 'tar' utility to extract the
files. The x option is to extract and the f option is to specify a filename to extract from.
Reference: http://www.oreillynet.com/linux/cmd/t/tar.html