» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 1 »
Question 2/20
Answer: cpio -iF backup.cpio memo.ben
Explanation: The 'cpio' command is used to create backups or restore files from a backup. The -i option is to
extract something. The F option is to specify a file. Here we are extracting memo.ben from a file named
backup.cpio.
Reference: http://www.oreillynet.com/linux/cmd/c/cpio.html