kernelthread.com

crash(1M) command on Linux?

A politically incorrect answer would be that Linux does not have a real need for crash(1M), crash(*) in general. Getting more serious, though, agreed that there isn't a crash(1M), but there exist enough utilities and/or schemes to facilitate debugging and profiling of the Linux kernel, and the Linux/GNU (politically correctly) system in general.

On System V'ish systems (maybe others, why not), crash(1M) can be "used to examine the system memory image of a running or a crashed system by formatting and printing control structures, tables, and other information", as the manual says. On Linux, this, and much more capability is provided by a gamut of several kernel level features and user level utilities. A partial list follows.