EZ Linux Admin random header image

Remove core files

August 17th, 2009 by EZ linux · 1 Comment

find /var/ -name core.* -exec rm {} \;

find /home/dwhs/public_html/ -name core.* -exec rm {} \;

find /home/dwhs/ -name core.* -exec rm {} \;

find /home/dwhs/ -name error_log -exec rm {} \;

find /home/dwhs/ -name error_log -exec rm {} \;

Tags: Linux Commands

1 response so far ↓

Leave a Comment