Explore topic-wise MCQs in Unix.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Unix knowledge and support exam preparation. Choose a topic below to get started.

1.

What if the destination file specified in mv command already exists?

A. it will be deleted
B. it will not be affected
C. it will be overwritten
D. an error will be produced
Answer» D. an error will be produced
2.

If the destination file does not exists, then mv command creates it.

A. True
B. False
Answer» B. False