Core files in Linux
In Linux, if a program crashes, it often dumps a “core ” into your home directory. This is accompanied by an appropriate message. A core is a memory image and is a debugging tool. If you are a user who does not intend to debug the program, you may simply delete the core : Rm [...]
Continue reading →