can anyone will tell me where I can find the cache used in Google Chrome and Firefox in Ubuntu?

link|improve this question
feedback

migrated from stackoverflow.com Dec 19 '10 at 19:37

This question came from our site for professional and enthusiast programmers.

4 Answers

Normally in Ubuntu the cache folder for Firefox is located in:

/home/YOUR_USER_NAME/.mozilla/firefox/YOUR_PROFILE_FOLDER/Cache

YOUR_PROFILE_FOLDER = a_random_string.default ( any folder name which ends in .default, if you are using default profile, separate profile can have different folder names )

Hope it helps.

link|improve this answer
For chrome you can see if you have this folder or not /home/YOUR_USER_NAME/.cache/google-chrome/Cache – Arnab Dec 13 '10 at 9:56
feedback

Google Chrome

  • Config path: ~/.config/google-chrome
  • Cache: ~/.cache/google-chrome
link|improve this answer
feedback

I am not well versed in ubuntu. but i think this link helps u http://jaxov.com/2009/09/how-to-access-mozilla-firefox-cache-in-ubuntu-linux/

link|improve this answer
feedback

It is in your home directory

ls -al ~

There will be a folder starting with '.'

.mozilla
link|improve this answer
feedback

Your Answer

 
or
required, but never shown