Admin-Ahead Community

General Category => General Discussion => Topic started by: Aby on December 31, 2013, 06:09:27 am

Title: How to read core.xxx files in linux?
Post by: Aby 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.

----