> luciano wrote:
>> 
>> What are the core dumps?Can i just delete the core dump file (the one that
>> is red in mc)?
> 
>    > Howard Mann wrote:

> They basically contain info to enable the programmer to debug the
> problem that led to the core dump.
> 
> You may delete it. 
> 
> You may prevent core file creation by adding a command to your
> .bash_profile:
>  
>   ulimit -c 0
>  
Thanks howard, i'll use that ulimit thing

Reply via email to