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.