How to disable Core file generation?

How to disable Core file generation

Solution :–

first of all delete the core files which are present 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 {} \;



Both comments and pings are currently closed.

Comments are closed.