Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To delete Crash Report logs from the Rosetta terminal on a Mac, follow these steps:

  1. Open the Terminal app on your Mac.

  2. Type the following command and press Enter:

    rm /Library/Logs/DiagnosticReports/*

    This command will delete all the Crash Report logs stored in the /Library/Logs/DiagnosticReports directory.

  3. If prompted, enter your Mac's password and press Enter.

    Note: You may not see your password as you type it, but it is being entered.

  4. Wait for the command to finish executing.

  5. Close the Terminal app.

Your Crash Report logs have been deleted from the Rosetta terminal on your Mac.