Re: Whence cometh grove.log
> I have a file, 'grove.log' in my root folder:
>
> -rw-r--r-- 1 root staff 65 Oct 28 22:24 /grove.log
>
> It contains just one line:
>
> 20041028 22:24:51 grove: client (pid 20227) exited with 1 status
>
> Does anyone know where such a file may come from and what it means?
> Log files in the root directory tend to make me a bit nervous.
I'm not sure, but here are some ways to hunt for the perpetrator:
grep -r grove /etc
apt-cache search grove
apt-file search grove
find / -name \*grove\*
Reply to: