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.