Samantha Jo Moore:
= 
=  find / -name core -exec rm {} \;
= 
= This does a find from the root directory for any files named core and
= then executes a rm command for each one found.
=

Once you know what's on your system this is safe enough.  You
might be interested in what's core dumping though, and whether
it's preventable.  The command

file core

will tell you what crashed.

Also, in a discussion I had last week about putting SID names
into the .dbf files of Oracle databases, one of my colleagues
told me a horror story where part of the SID was called
'core' which led to the database being wiped out when the above
command was run.  

steph


_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to