Jump to content

core files


DoctorKaos
 Share

Recommended Posts

Core files are usually files generated when there is a crash of a program, server, etc. I am not going to be the one to tell you that it can be safely deleted, though. Maybe go to http://google.com/linux and search with the name of the file in question.

Link to comment
Share on other sites

If you want to get rid of those core files, edit the file /etc/profile with something like this:

 

[ "$UID" = "0" ] && ulimit -S -c 0 &> /dev/null

 

or simply

 

ulimit -c 0

 

By default mandrake sets only root to be able to get core dumps (memory dump of a program that failed). But if you are not interested on that info, just get rid of it as I said before

 

("help ulimit" for more info)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...