Home > Questions

Items moved to Trash not appearing in the Trash folder on Mac

After a macOS update, I deleted several items from my desktop. However, when I check them in the Trash folder, they don't exist, as if nothing has been moved to the Trash. What's going on with the Trash folder?

Best Answered by

iBoysoft author Jenny Zeng

Jenny Zeng

Answered on Monday, April 29, 2024

To show the deleted files in the Trash folder, your current account needs to be the owner of the directory with read, write, and execute permissions. Take the following steps:

  1. Open Terminal from the Applications > Utilities folder.
  2. Run the command below to create a new directory called ".Trash" in the user's home directory.mkdir ~/.Trash
  3. If it returns a message saying that the folder already exists, execute the following command to change the ownership of the directory to your account.sudo chown $UID ~/.Trash
  4. Type your admin login password and press Enter. (The password won't echo to the screen.)
  5. Then run the command below to change the permissions of the directory to allow your account to read, write, and execute within the directory.chmod u+rwx ~/.Trash

 

 

 

People Also Ask

Read More Questions

Read More Advice From iBoysoft's Computer Experts

How to download or create macOS Sonoma ISO

Download/Create macOS Sonoma ISO for VMware or VirtualBox

Get the link to download macOS 14 Sonoma ISO for free and learn how to create macOS Sonoma ISO for VMware, VirtualBox, Parallel, or other virtual machines.

How to Tips

Resumo de Como abrir arquivos RAR no Mac

Como abrir e extrair arquivos RAR no Mac? (2024 Atualizado)

Guia para aprender como abrir arquivos ou pastas RAR/.RAR no Mac e como gerenciar arquivos RAR no Mac de forma melhor.

resumen para almacenamiento en red

¿Qué es Almacenamiento Conectado a la Red (NAS)?

Esta publicación presentará brevemente qué es el Almacenamiento Conectado a la Red (o NAS) y cómo elegir el mejor NAS para ti.