Interview Questions

You wish to restore the file memo.ben which was backed up in the tarfile MyBackup.tar. What command should you type?

Operating System Interview Questions and Answers


(Continued from previous question...)

You wish to restore the file memo.ben which was backed up in the tarfile MyBackup.tar. What command should you type?

tar xf MyBackup.tar memo.ben

This command uses the x switch to extract a file. Here the file memo.ben will be restored from the tarfile MyBackup.tar.

(Continued on next question...)

Other Interview Questions