ZachICU

Well-Known Member
Aug 11, 2001
129
0
316
The user volume is filling up whats the best way to find out whats eating the space?
 

K_aneda

Well-Known Member
Feb 29, 2004
56
0
156
Sydney, Australia
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.