LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   File CORE (https://www.linuxquestions.org/questions/linux-general-1/file-core-5376/)

te_conway 08-13-2001 09:05 AM

File CORE
 
I have a 7MB file named CORE in my home directory owned by ROOT. I assume I created it logged in as SU but can anyone tell me what it is, how I might have created it and if can it be deleted?

thanks

hazza96 08-13-2001 09:19 AM

Sometime ago linux spat the dummy and did a dump, the residue is the file called core. Delete it, it's used for debugging purposes.

DMR 08-13-2001 08:06 PM

Um, to be a little more specific ;) :

The name "core" comes from the old days when memory was made of ferrite cores. The term "core" was (and still is) used interchangeably with the term "memory".

When a program aborts abnormally, it tries to write the information it has stored in RAM to a file before it totally dies (this is called "dumping core"). The idea is that later examination of the contents of the file might help a debugger determine what caused the crash.

BTW- feel free to trash it, it's not doing anything but taking up space.


All times are GMT -5. The time now is 10:45 PM.