On 04/23/00, 12:57:24AM +0300, Jukka Lindgren wrote:
> How can I delete any and all 'core' files on my system without user
> intervention.
A better way is to prevent them in the first place. In your
/etc/profile, you'll find a line which should be commented out:
: ulimit -c 1000000
It is a bash command used to set various limits, i.e. core dump size,
CPU time, etc. If you comment it out, you'll never again have these
megadumps littering your machines.
John
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.