Mike: Here's what I was given to find the core dumps (All this is command line in Linux) To find all "core" files you could try following: "find -name core 2> /dev/null", takes forever thou. You could even try this "rm `find -name core 2> /dev/null`" which will try to delete all found files. WARNING with a typo (mine or yours) you could nuke your system. Other options are to look in directories for the core dump files, starting with the root directory. They're basically memory dumps of when things go south - I couldn't read them and the folks who helped me (Thanks Jarmo and Ted) assured me deleting wasn't likely to hurt anything. What I found was that my distro put "root's" files in the root directory, which was relatively small. Didn't take long to fill it - a few trips on-line (Netscape was in root) and a couple of core dumps. Good luck Paul Sherman Biomedical Engineer VA Center for Engineering & Occupational Safety and Health (CEOSH) St. Louis, MO Paul.Sherman@med.va.gov > -----Original Message----- > From: Michael Wells [SMTP:mwvw@adelphia.net] > Sent: Thursday, July 25, 2002 12:33 PM > To: newbie@XFree86.Org > Subject: Re: Re: No DFP Detected Updated > > Paul, > > Thank you so much for responding with anything! > I would love to get that information from you if > possible. As soon as I read that, I thought you > know that sounds entirely possible! > > Thanks > Michael > > ----- Original Message ----- > From: <Paul.Sherman@med.va.gov> > To: <newbie@XFree86.Org> > Sent: Thursday, July 25, 2002 6:09 AM > Subject: RE: Re: No DFP Detected Updated > > > I saw a reference to core dumps - I had to delete all those, > > they're usually memory hogs and won't help anything at this point. > > > > If you need to know how to find them, let me know. I still > > have that data here, someplace (I have no memory, but > > computers have lots - luckily). > > > _______________________________________________ Newbie@XFree86.Org *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie