Set 4 MCQ Questions and Answers
Home | Unix | Set 4Unix MCQ Questions and Answers: We provide Unix MCQ Questions and Answers, here most important quiz questions related to Unix and you can download pdf of objective questions with answers.
21) Which command is used for removing file named -file.txt?
22) Which command is used for renaming files?
23) What if the destination file specified in mv command already exists ?
Answer : C Discuss
24) Apart from renaming files, mv command can also
Answer : D Discuss
25) Which option is used for backing up destination file in mv command?
26) Which option is used with mv command so that the destination file does not get overwritten?
27) Which command is used for comparing two files?
28) What is the exit status of cmp command if both the files are identical?
29) Which option is used with cmp command to display a detailed list of mismatches?
30) Which option is used with cmp command to limit the number of bytes to be compared?