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
E. None of the above
Answer: Option D
Solution (By Examveda Team)
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.

Join The Discussion