175k views
2 votes
To view information about crashes on a Linux server using the abrt utility, which command would you use?

a) abrt-cli remove
b) abrt-cli list
c) abrt-cli list -d
d) abrt-cli report

User Aizaz
by
7.5k points

1 Answer

5 votes

Final answer:

To view crash information on a Linux server with the abrt tool, use the 'abrt-cli list' command, and for more details, use the 'abrt-cli list -d' command.

Step-by-step explanation:

To view information about crashes on a Linux server using the abrt utility, you would use the command abrt-cli list. This command displays a list of all reported problems and can provide a summary for each issue. If you require detailed information, including the reason for the crash and other technical data, appending the -d option as in abrt-cli list -d can be used. The other commands like abrt-cli remove and abrt-cli report are used for removing crash reports and creating a final report to send to developers, respectively.

User Zaghadon
by
7.3k points