» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 1 » Question 3/20
3.You wish to restore the file memo.ben which was backed up in the tarfile MyBackup.tar. What command should you type?
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

« Question 2 Question 4 »