[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How can we delete this? (RaQ2)
- Subject: Re: [cobalt-users] How can we delete this? (RaQ2)
- From: "[RaQ2] Chuck" <nagy@xxxxxxxxxxxxxxxx>
- Date: Sun Jun 25 22:40:22 2000
On Mon, 26 Jun 2000, Charlie H. wrote:
> We have tried:
> [root sites]# rm "??&??Q4"
> rm: ??&??Q4: No such file or directory
> [root sites]# rm ??&??Q4
first try
# rm -f '??&??Q4'
if that doesn't work
# mv '??&??Q4' normal_name
# rm normal_name
make sure you are root.
if it still doesn't work let's hope that someone else has a fix ;-)
--
"A piece of software is like a work of art: it has to be abandoned to be
finished."