Enable confirmation when overwriting file with CP on (Debian) shell

vi /root/.bash_profile

Add:

alias cp=’cp -i’