The user volume is filling up whats the best way to find out whats eating the space?
Z ZachICU Well-Known Member Aug 11, 2001 129 0 316 Jan 20, 2005 #1 The user volume is filling up whats the best way to find out whats eating the space?
K K_aneda Well-Known Member Feb 29, 2004 56 0 156 Sydney, Australia Jan 22, 2005 #2 First thing I'd do is check how much space the logs for apache are eating up: # du -sh /usr/local/apache/domlogs/ # du -sh /usr/local/apache/logs/*_log Apart from that, using du on /usr will also suffice.
First thing I'd do is check how much space the logs for apache are eating up: # du -sh /usr/local/apache/domlogs/ # du -sh /usr/local/apache/logs/*_log Apart from that, using du on /usr will also suffice.