[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How can we delete this? (RaQ2)



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."