rblog

Snow Leopard – Trash can won’t empty

For some reason that the “Secure empty trash”-function refuses to tell me, it would not totally empty my trash on our Macbook Pro running Snow Leopard 10.6.8. I stumbled across this Youtube-clip that got me started http://www.youtube.com/watch?v=lPTY8kHd0Hw [video:youtube:lPTY8kHd0Hw]
Point is that you need to go to the terminal and do a

cd ./.Trash
sudo rm -rf *.*

to get the files deleted. If you watch the video don’t worry about all the warnings of how dangerous the command is and also the thing he says that the command can have change – it won’t change, this is a basic Linux/Unix command. Anyhow, this helped me out and I got to empty the trash totally. I guess it is a feature, but I hate the fact that it cannot empty my trash without me using command line sudo rm…