Gdb

Hi All,

I wanted to know if there is a core file generated and I am not sure for which Binary it is generated .
Can I use gdb to debug the core file ?

Thanks.

You can use gdb to debug the core file. If you want to know which binary created the core file, use

file <core-file-name>