• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Trash - certain files will not empty - help

jonesthewine

Senior member
- mid-2009 13 inch MBPro, 10.7 - There are two files in my trash that will not empty - they are old Time Machine files - anything else that I delete will empty from the trash, but not these two files ( both are 0 bytes in size ) Can anyone help me find a way to get rid of the files, as it takes many minutes now to empty when any other files are deleted?

Thanks for any & all suggestions - Robert
 
I just open Terminal, type "sudo rm -rf ", (Do not type the quotes, but make sure to type the space at the end) drag the file from the Trash into the Terminal window, press Return, put in my password and press Return again. Works every time.
 
I just open Terminal, type "sudo rm -rf ", (Do not type the quotes, but make sure to type the space at the end) drag the file from the Trash into the Terminal window, press Return, put in my password and press Return again. Works every time.

You can skip the dragging and dropping by using this, FYI:

Code:
sudo rm -rf ~/.Trash/*
 
Back
Top