On Thu, 2004-09-09 at 09:26, John Arkoulis wrote: > Hi all. A quick question here. When I surf the net where my temp files > go and how can I clean that folder? > Thanks > John ----- ls -l ~/.mozilla/default you will see the 'salt' value of your profile. rm -fr ~/.mozilla/default/salt_value/Cache/* will nuke all the files in the Cache I think - anyway, I have never tried it. Craig