Don't know if this has already been suggested, but the du command can be used to show the "hogs" on the system. From within the /usr directory, I ran the following command. This will show directories where large files exist. In this case, my current directory, represented by the '.' is eating up the most space, then the /usr/local directory next.
# du -k | sort -n -r | more 1969100 . 358860 ./local 304552 ./netiq 275932 ./netiq/UnixAgent 242268 ./netiq/UnixAgent/log 209492 ./lpp 206200 ./local/dl 137040 ./local/dl/tsm 126800 ./pcm170 116948 ./lpp/db2_07_01 111240 ./local/deploy 111232 ./local/deploy/Mileage 109820 ./pcm150 102624 ./apps 100944 ./lib ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
