Ask Your Question
4

How can I delete Crash Report logs from the Rosetta terminal on a Mac?

asked 2022-03-01 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-04-03 19:00:00 +0000

lalupa gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-01 11:00:00 +0000

Seen: 11 times

Last updated: Apr 03 '23