[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RH 8.0 - "cp -f" doesn't work, it always prompts.
From: |
Richard Dawe |
Subject: |
Re: RH 8.0 - "cp -f" doesn't work, it always prompts. |
Date: |
Sun, 13 Oct 2002 20:21:18 +0100 |
Hello.
Harrison-Schaaffe wrote:
> Looks like a file copy bug
>
> RedHat version 8.0 cp (fileutils) 4.1.9
>
> cp -f doesn't work, it always prompts.
Do you have an alias for cp? E.g. in your .bashrc (or whatever shell you use),
do you have a line like:
alias cp='cp -i'
This may be in the system-wide bash start-up script (/etc/bashrc?).
Anyway, to unalias it under bash, use:
unalias cp
Regards,
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]