Computer Science, asked by Anubhavsingh2111, 9 months ago

Which of the following refers to the minimum arguments of cp command

Answers

Answered by sharmaravikumar78
0

Answer:3

Explanation:

Below is syntax of the copy command:

cp [OPTION] Source Destination

Option is optional so minimum 3 arguments are required.

eg:  cp  myfile.txt /tmp

This will copy myfile.txt from current dir to /tmp directory

Similar questions