Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Can't Empty Trash

I'm trying to empty my trash but keep getting this message. It's an old backup folder which is empty (Backups.backupdb).


I tried all the terminal options like


cd ~/.Trash

chflags -R nouchg *


cd ~/.Trash

ls

rm filename.jpg

Refreshed the finder and restarted as well.

This is really annoying since I get this message every time I empty the trash.

Thanks!

Posted on Mar 10, 2018 11:53 AM

Reply
Question marked as Best reply

Posted on Mar 10, 2018 12:02 PM

Try the proper steps:


Fix permissions on Trash folder


Select your Home folder and press COMMAND-I to open the Get Info window. Be sure you have "read & write" privileges in the Sharing & Permissions panel. Check under "General" panel to be sure it isn't locked. If that is correct, launch the Terminal on the Utilities folder, and at the prompt copy and paste this command:



mkdir ~/.Trash


Press RETURN.


If you get a message that the folder already exists, copy & paste this command:



sudo chown $UID ~/ .Trash


Press RETURN. Enter your admin password (it will be invisible) Press RETURN.


Then copy and paste this command:



chmod u+rwx ~/.Trash


Press RETURN.


Log out and back in, or restart.


If the backup folder you have in the Trash contains files from a Time Machine backup then plan on hours or days to delete the folder if there are no problems. Although the .backupdb folder is empty there are other folders inside that may not be empty.

3 replies
Question marked as Best reply

Mar 10, 2018 12:02 PM in response to sypark

Try the proper steps:


Fix permissions on Trash folder


Select your Home folder and press COMMAND-I to open the Get Info window. Be sure you have "read & write" privileges in the Sharing & Permissions panel. Check under "General" panel to be sure it isn't locked. If that is correct, launch the Terminal on the Utilities folder, and at the prompt copy and paste this command:



mkdir ~/.Trash


Press RETURN.


If you get a message that the folder already exists, copy & paste this command:



sudo chown $UID ~/ .Trash


Press RETURN. Enter your admin password (it will be invisible) Press RETURN.


Then copy and paste this command:



chmod u+rwx ~/.Trash


Press RETURN.


Log out and back in, or restart.


If the backup folder you have in the Trash contains files from a Time Machine backup then plan on hours or days to delete the folder if there are no problems. Although the .backupdb folder is empty there are other folders inside that may not be empty.

Can't Empty Trash

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.