Phil Carmody (carmody@cpd.ntc.nokia.com)
Tue, 2 Mar 1999 12:11:10 GMT
>>>>> "Wes" == Wes Bauske <wsb@paralleldata.com> writes:
Wes> Core
Wes> files are a nit... I don't usually care whether they occur
Wes> or not. If you want to get rid of them, do a
Wes> find / -name core -exec rm {} \;
Wes> Or, to automate it, have cron do it...
If you are developing or maintaining code which frequently drops core, then
ln -s /dev/null core
in the directory where the aberrant application barfs will do the business.
Other apps run in other directories can drop core as normal (do a SIGQUIT,
on ^\ or [C-\\] depending on your notational preference to test this).
Phil
-- To unsubscribe: send e-mail to axp-list-request@redhat.com with 'unsubscribe' as the subject. Do not send it to axp-list@redhat.com
This archive was generated by hypermail 2.0b3 on Tue Mar 02 1999 - 05:01:09 PST