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

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



> Hi,
> In our /home/sites/ directory on one of the RaQ2's, there is a file that
> recently appeared (not sure how) that we would like to remove.
> -rw-r--r--   1 root     root          220 Jun 19 12:06 ??&??Q4

ahh the linux challenge!

have you tried rm ?<tab>    to see if that negotiates a nice filename?

or maybe mv ?<tab>  and try moving it to a temporary directory and rm -rf
the directory?

or rm *Q4

keep trying.. let us know how you go.

-Dylan