Copy and Overwrite Directories and Files in Linux
Note that even though i put the ‘f’ flag , I am still being prompted:
'cp' -r source/* destination/
Note that the single quotes are needed if you want to avoid getting prompted:
“Do you want to overwrite?”