Can’t delete .html from trash
June 29th, 2006I’ve been hearing around the place that a number of people can’t delete .html files from their trashcan with the OS X 10.4.7 update…
If you are experiencing this problem, then open up the terminal and type cd .trash to be taken to the trashcan folder. You can then use rm $filename to remove the offending file or rm -R $folder name to remove a folder. If you experience any problems doing this then use the sudo command before trying the aforementioned fix.
Be warned it probably won’t ask you if you are sure you want to delete the files, so get it right..