
coredumpctl
List of commands for coredumpctl:
-
coredumpctl:tldr:2c444 coredumpctl: List all captured core dumps.$ coredumpctl listtry on your machineexplain this command
-
coredumpctl:tldr:4f6c5 coredumpctl: Invoke debugger using the last core dump of a program.$ coredumpctl debug ${program}try on your machineexplain this command
-
coredumpctl:tldr:55470 coredumpctl: Extract the last core dump of a program to a file.$ coredumpctl --output=${filename} dump ${program}try on your machineexplain this command
-
coredumpctl:tldr:664d1 coredumpctl: Show information about the core dumps matching a program with `PID`.$ coredumpctl info ${PID}try on your machineexplain this command
-
coredumpctl:tldr:907b8 coredumpctl: List captured core dumps for a program.$ coredumpctl list ${program}try on your machineexplain this command