Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/astahost/public_html/rkrt/rkrt_tracker.php on line 186
Core.xxxx Files In /
Astahost.com   Mar 22, 2010
Open Discussion & Free Web Hosting > Computers & Tech > Operating Systems > Linux

Core.xxxx Files In / - what are they??

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Operating Systems > Linux

Core.xxxx Files In / - what are they??

jedipi
OS:red hat 9.0

There are thousands of core.xxxx files were found in the root directory (/)

[root@213 /]# ll |more
total 3082181
drwxr-xr-x 2 root root 4096 May 30 23:45 bin
drwxr-xr-x 4 root root 1024 May 30 22:33 boot
-rw------- 1 root root 442368 Jun 21 10:52 core.1002
-rw------- 1 root root 446464 Jun 21 10:52 core.1003
-rw------- 1 root root 438272 Jun 21 10:52 core.1004
-rw------- 1 root root 442368 Jun 21 10:52 core.1005
-rw------- 1 root root 446464 Jun 21 10:52 core.1007
-rw------- 1 root root 442368 Jun 21 10:52 core.1010
-rw------- 1 root root 446464 Jun 21 10:52 core.1011
-rw------- 1 root root 438272 Jun 21 10:52 core.1012
-rw------- 1 root root 442368 Jun 21 10:52 core.1013
-rw------- 1 root root 446464 Jun 21 10:52 core.1015
-rw------- 1 root root 442368 Jun 21 10:52 core.1018
-rw------- 1 root root 446464 Jun 21 10:52 core.1019
-rw------- 1 root root 438272 Jun 21 10:52 core.1020
-rw------- 1 root root 442368 Jun 21 10:52 core.1021
-rw------- 1 root root 446464 Jun 21 10:52 core.1023
-rw------- 1 root root 442368 Jun 21 10:52 core.1026
-rw------- 1 root root 446464 Jun 21 10:52 core.1027
-rw------- 1 root root 438272 Jun 21 10:52 core.1028
-rw------- 1 root root 442368 Jun 21 10:52 core.1029
-rw------- 1 root root 442368 Jun 21 10:52 core.1033
-rw------- 1 root root 446464 Jun 21 10:52 core.1034
-rw------- 1 root root 438272 Jun 21 10:52 core.1035
-rw------- 1 root root 446464 Jun 21 10:52 core.1036
-rw------- 1 root root 442368 Jun 21 10:52 core.1037
-rw------- 1 root root 446464 Jun 21 10:52 core.1041
-rw------- 1 root root 438272 Jun 21 10:52 core.1042
-rw------- 1 root root 446464 Jun 21 10:52 core.1043
-rw------- 1 root root 442368 Jun 21 10:52 core.1044
-rw------- 1 root root 442368 Jun 21 10:52 core.1045

What are these files for??
Can i delete them??

 

 

 


Comment/Reply (w/o sign-up)

Houdini
Sure you can delete them as long as you aren't using them, but if you do it could wreck your system, you might want to find out what they are for, if they are just temporary install files it shouldn't hurt anything but it looks like Linux files and I don't know that much about Linux.

Comment/Reply (w/o sign-up)

miCRoSCoPiC^eaRthLinG
Hehe - tell me what do you do with you system. Those core files are generated only when you seemingly do the impossible - i.e. crash linux programs a whole lot..

Core files are memory dumps containing traces of stack/heap and other memory segments + system registers. Usually when some application or process crashes - it generates one of those core dump files - numbered with whatever it can find next in the sequence. The most common way to generate a core dump is to run some app in one virtual console and then from another console use KILL to terminate it. Try that with your X-Server wink.gif Quite often that app would exit leaving behind a core dump file. A hardcore coder armed with suitable debuggers might be able to take a peek into them and figure out what caused the crash, by tracing through those values (trying to simulate the exact conditions in general)... A normal user wouldn't have any use for them...

Just get rid of all of them - do a rm -f core.* tongue.gif

But am still interested to know how you managed to generate so many core dumps ?? I use linux quite extensively - and I fool around with the system even more ending up trashing it every so often - but even then, I rarely manage to generate more than a couple of core dumps... lol.. how did u get so many all with the same timestamp ?

Regards,
m^e

 

 

 


Comment/Reply (w/o sign-up)

jedipi
Thanks you for your help.
I could not remember what I have done to my system...>_<
I just found there there those files in the root directory.

It looks more clean and clear after rm core.* -f

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Corexxxx Files

  1. Linux And Windows Partitions - Sharing files back and forth (2)
  2. Linux - Handy Tool If You Can't Unmount Due To Open Files - (0)
    lsof The author of the article below says he uses lsof most for getting network connection
    related information from a system, but netstat is just as useful and made specifically for this
    particular purpose. lsof will do more than network connections, though. It will also tell you what
    files the program has open in addition to unix sockets and libraries. Of course you could also get
    all this from /proc but lsof makes it nice and easy. 'of' is actually for 'open
    files'. http://dmiessler.com/study/nix/commands/lsof/ or http://img231.imageshack.us/img2...
  3. Ubuntu Livecd - Can't see all my files!!! (7)
    Hey, i got a Ubuntu LiveCD and it works perfectly. Seems like a good change from Windows from time
    to time. The only problem i am having is that i cant find some files that are on my C:/ drive (the
    Windows area) - although i can see them through windows no problem. Example is that when i go to the
    documents and settings folder on the C drive, no folders are there. When i go back to windows, its
    there! Can someone please tell me how can i see my files via ubuntu. I am quite a newbie to Ubuntu
    so please excuse me if this is a n00b question /tongue.gif" style="vertical-...
  4. Share Files With Samba - (2)
    I've been asking along this week , how to set a authentication prompt on windows 2000
    professional , because i'm trying to create a secure file sharing cpu. Well... i remembered that
    linux is very great in stability and secure. I've downloaded and installed Mandriva 10.1 because
    he already brings Samba package, but i cant get him inside my workgroup, because he creates a
    defautl work group "mdkworkgroup" something like that. I'm not very expert in linux systems but
    i know that he can be configurated to Serv Files Sharing ( Only ). I know there are alots ...
  5. File Rename Script, Sentence - Large collection of files to rename! (7)
    Hello there, Today I've encoded lots of mp3's for my portable mp3 player (which only has
    128mb ... /blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" />),
    Anyway I encoded them with Lame using mlame script (for those don't know it handles more files
    then one). Now mlame appends "-new-converted-file" to the filename. And renaming every individual
    file with the hand is A LOT of work /mellow.gif" style="vertical-align:middle" emoid=":mellow:"
    border="0" alt="mellow.gif" />. I tried to write a script to remove that "-new-conv...
  6. How To Remove The ^m In Cpp Files ? - A^M at the end of each line in a source (5)
    My friend just sent me a program source file. It is a *.cpp file (C++ source). When I open with
    text editor (gedit), there is a ^M at the end of each line. Then I try vim and emacs. they just give
    me a same result. What is that ^M??? Why does it there??? How can I delete them all (not one by
    one)??? Thank you....
  7. Play .avi Files In Redhat - Need help in installing divX codecs... (6)
    The last few days have been spent in trying to get .avi files (Previously encoded using DivX codecs
    in Windows). I've a collection of movies that I've backed up as .avi files and I'm out
    of options trying one thing after another. So far: I have installed Helix player & Real Player; I
    have the DivX4Linux files but do not know how to install these (unlike configuring and 'make
    install' since there is no configure file and there are not instructions either). Also, Xine
    player (Xine-UI) which I've finally got working plays VCDs DVDs and Audio CD...
  8. .tcl Files, How To Open One? - (2)
    Ok, after my first question about Linux here's already another one. I have some .TCL files that
    I have to open, do you know how to do that? I would realy appreciate any help. -=jeroen=-...
  9. How Can I Hide Files And Processes In Linux? - (3)
    Can any one tell me how to hide files and processes in Linux? for example, there is a *.exe file, I
    don;t want anybody to see it (just hide it), including use ls command. if I run this program, the
    process can be list by ps command. Is it possible to hide this process?? if yes, how to do that??
    Thank you....



Looking for core, xxxx, files



See Also,

*SIMILAR VIDEOS*
Searching Video's for core, xxxx, files
advertisement




Core.xxxx Files In / - what are they??

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com



Creative Commons License