Moderate

Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory ?

Correct answer: B. cp programs/wb misc/wbx

  • A. copy programs/wb misc/wbx
  • B. cp programs/wb misc/wbx
  • C. tar programs/wb misc/wbx
  • D. copy a:programs/wb b:misc/wbx

Explanation

cp copies the source path programs/wb to the destination path misc/wbx. copy is associated with some other operating systems, while tar is used for archiving rather than ordinary file copying.

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