Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to read core.xxx files in linux?  (Read 3110 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
How to read core.xxx files in linux?
« on: December 31, 2013, 06:09:27 am »

How to view core.xx files in Linux?

The core.xxx files are created on Linux servers and holds the current state of a process working memory when a process is crashed. To view the core.xx files in Linux, execute the command:

root@host [~]# strings core.xxx

It will list different state of a process on each line.

----