[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Root folder junked + slocate database corrupt are related
- Subject: RE: [cobalt-users] Root folder junked + slocate database corrupt are related
- From: "Tom Cameron" <tomcameron@xxxxxxxxxxxxxxx>
- Date: Thu Nov 21 21:43:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
=> So the simple solution should be to delete these files, but how do I do
=> that? I cant call the files and commands like rm * only return
=> errors too.
OK I worked it out eventually, these files are often directories that
contain other directories of similar names and some of the start with the
'-' so the rm command was getting confused.
Finally I got it cleared with
rm -R -- *
Which was a somewhat frightening thing to run as root! but it is all gone
now and the slocate is running smoothly again.
Tom