SyntaxFix
Write A Post
Hire A Developer
Questions
As other answers have stated, this could happend if cp is an alias of cp -i.
cp
cp -i
You can append a \ before the cp command to use it without alias.
\
\cp -fR source target