PDA

View Full Version : What's a .che file?


Doug Nelson
07-23-2011, 06:30 AM
I have a pretty generic LAMP dedicated server. I got an automated email telling me that my /tmp directory was getting full. I emailed tech support and they responded that it was full of .che files, and that they cleared it out for me.

This is twice this happened in the past month, and I still don't know what's causing it. It never happened before this. Does anyone have any idea what would leave .che files in the /tmp directory? I haven't made any significant changes or installs to my site in a very long time.

Thanks in advance for any help.

KProjects
08-10-2011, 01:36 PM
next time they show up.. type this to find out what type of file it is..
file /tmp/blah.che
(replace blah.che w/ a filename of one of the .che files)

If it says ASCII text, then you can cat it or less it to see what's in there - hopefully reading it will help you determine what kind of file it is..

You could also ftp it to your pc and see if you can figure it out..

Doug Nelson
08-10-2011, 03:12 PM
Thanks, but I sorted it out. I didn't have access to the files themselves, but my hosting company sent me some and it turns out they're temp files for Wordpress or one of its plugins. I no longer update that old blog, so I disabled it and no more .che files.

KProjects
08-10-2011, 06:29 PM
Ah, cool.. good to know.