Trash automatically deleting files?

Joined
May 29, 2011
Messages
2
Reaction score
0
Points
1
Hello!

Whenever I put files into the trash (small or large), they will automatically be deleted without warning. This has just recently started happening--never encountered this problem before...anyone know whats wrong?

Thanks! :)
 
Joined
Sep 29, 2010
Messages
295
Reaction score
5
Points
18
Location
BoCo
Your Mac's Specs
13inch 2.3 i5 MBP 64gb SSD 320gb HD 8gb 1333
So is your trashcan empty or does it just delete new files? Is your hard drive near full?
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
If you're getting the message that the files will be deleted automatically, it's likely that the Trash has the wrong permissions set. In Finder, push Command-Shift-G and enter the following value:
Code:
~/.Trash
Once that folder opens (that's your trash folder), right click an empty space and click Get Info. In the info window that appears, make sure that the permissions for your users are "Read & Write."
 
Joined
Jul 6, 2012
Messages
2
Reaction score
0
Points
1
trash deleting as soon as something is put into it

~/.Trash when I do this it says I don't have permission
 

vansmith

Senior Member
Joined
Oct 19, 2008
Messages
19,924
Reaction score
559
Points
113
Location
Queensland
Your Mac's Specs
Mini (2014, 2018, 2020), MBA (2020), iPad Pro (2018), iPhone 13 Pro Max, Watch (S6)
Open up Terminal (/Applications/Utilities) and enter the following:
Code:
chmod 700 .Trash/
Press enter. That should restore the permissions to their proper value. If you get a permission denied error, enter the following instead:
Code:
sudo chmod 700 .Trash/
 
Joined
Jul 6, 2012
Messages
2
Reaction score
0
Points
1
Did this and now asking for password

Don't remember putting a password on it....thanks for all your help with this...
Jan
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top