Page 1 of 1

How to find and delete core dump files in /home.

Posted: Mon Oct 14, 2013 8:31 am
by a24uall
use the below command to fing the core dumb files.
find /home -type f -regex ".*/core\.[0-9]*$"