Deleting old logfiles
The question is always the same: How to delete those annoying old logfiles from your sites? And maybe how to do it with an all in one process?
The answer is very, very simple.
First go to the server's home of sites:
cd /home/sitesThen type the following
rm -r */logs/2004rm -r */logs/2005
rm -r */logs/2006
That's done!