mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 13:35:32 +02:00
abrt-cli: add page (#16189)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
ea63bccecc
commit
776bea641f
1 changed files with 29 additions and 0 deletions
29
pages/linux/abrt-cli.md
Normal file
29
pages/linux/abrt-cli.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# abrt-cli
|
||||
|
||||
> Automatic Bug Reporting Tool for Fedora-based systems.
|
||||
> Used to detect, analyze, and report application crashes.
|
||||
> More information: <https://abrt.readthedocs.io/>.
|
||||
|
||||
- List detected problems:
|
||||
|
||||
`abrt-cli list`
|
||||
|
||||
- Show details of a specific problem:
|
||||
|
||||
`abrt-cli info {{problem_id}}`
|
||||
|
||||
- Remove a crash report:
|
||||
|
||||
`abrt-cli remove {{problem_id}}`
|
||||
|
||||
- Report a problem to the configured bug tracker (e.g. Bugzilla):
|
||||
|
||||
`abrt-cli report {{problem_id}}`
|
||||
|
||||
- Monitor a log file and trigger a program when a match is found:
|
||||
|
||||
`abrt-watch-log -F {{error_string}} {{/var/log/myapp.log}} {{notify-send "Crash detected"}}`
|
||||
|
||||
- Generate a report for debugging manually:
|
||||
|
||||
`abrt-cli report --analyze {{problem_id}}`
|
Loading…
Add table
Reference in a new issue