Moderate

Which of the following commands is used to copy directory structures in and out________________?

Correct answer: B. cpio

  • A. cp
  • B. cpio
  • C. cp - p
  • D. copy

Explanation

`cpio` copies files and directory structures into and out of archive files, which is the significance of “in and out” in the question. `cp` copies files directly and needs recursive options for directories, but it is not the archive utility described here.

Last updated

Practise Software Development Lifecycle

423 free Software Development Lifecycle MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions