54.2k views
5 votes
You have been experiencing several crashes on your Linux server over the past two days and want to use the ABRT utility to view information about all the crashes. Which of the following ABRT commands would give you the information you need?

A. abrt-cli remove

B. abrt-cli list

C. abrt-cli list -d

D. abrt-cli report

1 Answer

2 votes

Final answer:

The correct command to view information about all crashes on a Linux server with ABRT is 'abrt-cli list', which provides a list of all recorded problems.

Step-by-step explanation:

To view information about all the crashes on a Linux server using the ABRT (Automatic Bug Reporting Tool) utility, you would use the abrt-cli list command. This command will display a list of all recorded problems and is the most straightforward way to get an overview of the crashes that the system has experienced.

If you want additional details, like the directories where the problem data is stored, you could use the abrt-cli list -d command to get that information, but for a basic list, abrt-cli list is sufficient. The abrt-cli remove command is used to delete problems rather than list them, and the abrt-cli report command is utilized to create and send a problem report, not to display a list.

User Komal Gupta
by
9.1k points