1.

tar command uses ___ option for backing up files.(a) -a(b) -c(c) -d(d) -fThe question was asked during an interview.The question is from Administrator Specific Commands and Privileges in division Essential Shell Programming of Unix

Answer»

Correct CHOICE is (b) -C

Explanation: The tar (tape archive) command is more powerful than cpio command. For creating a backup using tar, we have to use the -c OPTION. For example,



Discussion

No Comment Found

Related InterviewSolutions