CRASH(8) | System Manager's Manual | CRASH(8) |
crash | [-M core] [-N kernel] |
If run without any arguments, crash operates on the running system.
The options are as follows:
The command syntax used by crash is the same as the in-kernel debugger. See the ddb(4) manual page for more information.
Operations and facilities that require a running system, such as breakpoints, are not supported by crash.
crash does not provide pagination. However, by using the pipe symbol, output may be sent to commands available from the shell. For example:
crash> ps | more crash> ps | grep ioflush
March 7, 2009 | NetBSD 6.1 |