Problem With Solutions

Something Different In Linux

Home » How to » How to disable Core file generation

How to disable Core file generation

Posted by Rishikesh Vispute Categories: How to, Knowledge

How to disable Core file generation

first of all delete the core files which are preset on the server or under any account
then

vi /etc/init.d/httpd

and below the “ulimit -n 16384″ you need to put

ulimit -c 0

And Command to delete core files

#find ./ -name "core.*" -exec rm -f {} \;


Optimized by SEO Ultimate