Moderate

The cp command uses___________________?

Correct answer: D. neither standard input nor standard output file

  • A. standard input file
  • B. standard output file
  • C. both input and output file
  • D. neither standard input nor standard output file

Explanation

cp copies data from named source files to named destination files and does not normally read from standard input or write to standard output. Thus it uses neither standard stream for the copying operation.

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