Ubuntu 中的 Google Chrome 和 Firefox 缓存?

15 firefox google-chrome browser-cache

我在哪里可以找到 Ubuntu 中 Google Chrome 和 Firefox 使用的缓存?

Ami*_*ara 17

谷歌浏览器

  • 配置路径: ~/.config/google-chrome
  • 缓存: ~/.cache/google-chrome


小智 10

该位置在最近版本的 Firefox 中发生了变化。

Where [profile]is like a_random_string.default(任何以 结尾的文件夹名称.default,如果您使用的是默认配置文件,则单独的配置文件可以具有不同的文件夹名称)。

请参阅带来更改的错误报告:错误 239254 - [Linux] 支持本地路径上的磁盘缓存


小智 4

通常在 Ubuntu 中,Firefox 的缓存文件夹位于:

~/.mozilla/firefox/<profile>/Cache
Run Code Online (Sandbox Code Playgroud)

<profile>= a_random_string.default(任何以 结尾的文件夹名称.default,如果您使用默认配置文件,单独的配置文件可以有不同的文件夹名称)。

  • 从 Firefox 21 开始,这个答案已经过时了。 (3认同)