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

Files I move to the trash get deleted immediately. How do I turn that off

Files I move to the trash get deleted immediately. How do I turn that off

MacBook Pro, Mac OS X (10.7.5)

Posted on Nov 25, 2012 1:34 PM

Reply
Question marked as Best reply

Posted on Nov 25, 2012 2:37 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.


(72028)

1 reply
Question marked as Best reply

Nov 25, 2012 2:37 PM in response to kn6skq

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.


(72028)

Files I move to the trash get deleted immediately. How do I turn that off

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