tmp
has anyone ever had problems with their tmp filling up, and having apache not serve out pages anymore?I dident realize mine filled up the other day.
so i added this script in the cron.monthly folder, what do you guys think?
#!/bin/sh
rm -rf /tmp/*
will this work?