Vidyalelo
Computer Science · Q49

UNIX

Engineering and GATE · Computer Science · question 49

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
Answer
E.
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.