HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

abrt-action-analyze-c — Calculate UUID for a problem data directory with `coredump`. More information: <https://manned.org/a

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandproblemcliuuiddataabrt-action-analyze-cforcalculate
linux

Problem

How to use the abrt-action-analyze-c command: Calculate UUID for a problem data directory with coredump. More information: <https://manned.org/abrt-action-analyze-c>.

Solution

abrt-action-analyze-c — Calculate UUID for a problem data directory with coredump. More information: <https://manned.org/abrt-action-analyze-c>.

Calculate and save the UUID for the current working directory:
abrt-action-analyze-c


Calculate and save the UUID for a specific directory:
abrt-action-analyze-c -d {{path/to/directory}}


Calculate and save the UUID verbosely:
abrt-action-analyze-c -v

Code Snippets

Calculate and save the UUID for the current working directory

abrt-action-analyze-c

Calculate and save the UUID for a specific directory

abrt-action-analyze-c -d {{path/to/directory}}

Calculate and save the UUID verbosely

abrt-action-analyze-c -v

Context

tldr-pages: linux/abrt-action-analyze-c

Revisions (0)

No revisions yet.