System Administration Guide: Advanced Administration

Example—Finding and Deleting core Files

The following example shows how to find and remove core files from the jones user account by using the find command.


# cd /home/jones# find . -name core -exec rm {} \;