How to disable Core file generation
Categories: How to, KnowledgeHow 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 {} \;







