In your message, you said:

> You could change the cron entry to be similar to:
> 
> 15 3 * * * find / /usr -xdev -name core\* -mtime +7 -exec rm -f {} \;
> 
> Ral 

This is a little more general because it hits all 4.2
filesystems and avoids all AFS and NFS ones.

 find / \! -fstype 4.2 -prune -o -name core -exec /bin/rm -f {} \;


Reply via email to