InterviewSolution
Saved Bookmarks
| 1. |
Which of the following key options is used with tar to create an archive?(a) -c(b) -x(c) -t(d) -farchive nameThe question was asked during an online exam.This interesting question is from Compressing and Archiving Files in portion Handling Ordinary Files of Unix |
|
Answer» RIGHT option is (a) -c To explain: The TAR PROGRAM USES these specified key options where each key option performs a specific function. |
|