On 2024-10-23 15:26, Dave Howorth wrote:
On Wed, 23 Oct 2024 17:18:52 +0900 Masaru Nomiya <nomiya@lake.dti.ne.jp> wrote:
...
As you can see, clamd is set by default so that it does not access anything under /home.
MN> > 2. $ ls -al ~/ | grep .cache
silversurfer:~ # ls -al ~/ | grep .cache drwx------ 1 root root 316 Sep 14 12:45 .cache
The permission is wrong. This means that no program can write to .cache.
Please set it like this;
$ chmod 755 ~/.cache
On my system the .cache directory is owned by *ME* not by root. So I don't think the permissions are necessarily wrong (mine are drwxr-xr-x) but rather the ownership?
He is looking at the root's cache, not the user cache: ]> silversurfer:~ # ls -al ~/ | grep .cache ]> drwx------ 1 root root 316 Sep 14 12:45 .cache -- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)