Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
core files
Name: abhishekbhargava1980 Date: April 9, 2004 at 01:51:40 Pacific OS: win CPU/Ram: 128 Mb
Comment:
Hi I have a query for everyone.I want to remove all my system generated core files but if in the script.I execute using the find command #!/bin/sh find / -name core -exec rm -f {} \; it deletes all the files with core name alongwith system generated ....how do i diffrentaite cron from system generated ones Plz reply as soon as possible
Summary: I got serveral core.xxxxxx files,but I don't know what processe caused them,becauce that the xxxxxx process already died when I found the core files. how can i know this thanks and RGDS...
Summary: Hi, Solaris 8 kernel patch level 24 generates core files that are too small. I've dual CPU solaris on an intel platform. A particular process which is close to 180 MB generates core file of size 90 KB...