Q49
The cp command uses:
A.
standard input file
B.
standard output file
C.
both input and output file
D.
neither standard input nor standard output file
AnswerE.
None of the above
Answer: Option D
Solution
Answer: Option D
Solution:
The cp command in Unix is used to copy files and directories from a source to a destination. It does not involve standard input or standard output files. Instead, it directly works with file system paths as source and destination arguments.Therefore, Option D is the correct choice.