[Sunhelp] root partition filling mysteriously
Adrian Petrescu
a_petrescu at hotmail.com
Tue Feb 15 10:33:18 CST 2000
Try to find out what file/directory is growing up:
Create this "size_checker" executable file in the /tmp directory and run it
from time to time:
#!/bin/ksh
Date=`date +%d\-%T|tr ":" "_"`
du -kd / | tee -a /tmp/root_sample.${Date}
# end-of-script
Then do a diff on the resulting "/tmp/root_sample.${Date}" files to find out
the differences.
Hope it helps,
-adrian-
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
More information about the SunHELP
mailing list