On Saturday, September 20, 2003, at 07:54 PM, Tom Seid wrote: > Under OS 10.2.6, I have a folder, containing 0 kb, which I cannot > delete...every time I try a warning shows that I do not have sufficient > privileges...booted into OS 9, and it doesn't appear in trash...any > thoughts? OS X trash is in ~/.Trashes OS 9's is in a different place. Try opening the terminal, cd to where the folder is, do 'ls -la' to see who owns it and what it's permissions are, change them if necessary using 'sudo chown' or 'sudo chmod', then delete it with rm -r <foldername> -- Chris