Page 1 of 1
Lots of index.html files in /root folder - What are they?
Posted: Wed Sep 28, 2011 7:24 am
by OldSkul
I have like more than 6000 these files in /root/ folder? What the hell are they?
I have latest amahi, headless
Re: Lots of index.html files in /root folder - What are they
Posted: Wed Sep 28, 2011 11:17 am
by nefarious
I too have the latest install headless, but I have no index files in /root/. Have you viewed any of them to see what is in them? What's the file sizes?
Re: Lots of index.html files in /root folder - What are they
Posted: Thu Sep 29, 2011 1:31 am
by OldSkul

thanks for tip. I checked these files and all are related to one program that iam running. Will investigate this further.
EDIT: I just created simple cron job which is cleaning these files every minute.
*/1 * * * * /bin/rm /root/index.html.*
Re: Lots of index.html files in /root folder - What are they
Posted: Thu Sep 29, 2011 11:29 am
by nefarious
good deal!