cp file always getting overwrite prompt?
wondering why always getting overwrite prompt when use “cp” command with “-f” option
try this,
1. login as root
1 | vi /root/.bashrc |
2. comment out this line
1 | #alias cp='cp -i' |
3. logout and login again
wondering why always getting overwrite prompt when use “cp” command with “-f” option
try this,
1. login as root
1 | vi /root/.bashrc |
2. comment out this line
1 | #alias cp='cp -i' |
3. logout and login again