Q449
What does the following command do? cp -u * dir_file
A.
copy all files to directory dir_file
B.
update all files
C.
delete all files
D.
update all files in the current working directory and copy newer ones to directory dir_file
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board