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

When I move a file to Trash, Trash want to delete it immediately. How do I reset it so it stores trashed files until I want to delete them?

When I move file to trash, trash wants to delete it immediately. How do I instruct trash to hold the file until I want to delete it?

Posted on Jan 9, 2013 4:20 PM

Reply
Question marked as Best reply

Posted on Jan 9, 2013 4:21 PM

Click on the item in the Finder's sidebar with the house icon and verify that you are able to write to this folder in the Sharing & Permissions section of the Get Info window, and that it isn't locked; if it is already set this way and you get that error, open the Terminal in the /Applications/Utilities/ folder and run the following:


mkdir ~/.Trash


If you get a message stating that the folder exists, run the following:


sudo chown $UID ~/.Trash

chmod u+rwx ~/.Trash


The first command in the second set will prompt you for your administrator password; nothing will appear in the Terminal window while it is being typed. In either case, click on the Finder icon in the Dock with the Control and Option keys pressed, and relaunch it.


(74009)

2 replies
Question marked as Best reply

Jan 9, 2013 4:21 PM in response to Robert Meierhans

Click on the item in the Finder's sidebar with the house icon and verify that you are able to write to this folder in the Sharing & Permissions section of the Get Info window, and that it isn't locked; if it is already set this way and you get that error, open the Terminal in the /Applications/Utilities/ folder and run the following:


mkdir ~/.Trash


If you get a message stating that the folder exists, run the following:


sudo chown $UID ~/.Trash

chmod u+rwx ~/.Trash


The first command in the second set will prompt you for your administrator password; nothing will appear in the Terminal window while it is being typed. In either case, click on the Finder icon in the Dock with the Control and Option keys pressed, and relaunch it.


(74009)

When I move a file to Trash, Trash want to delete it immediately. How do I reset it so it stores trashed files until I want to delete them?

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