There are all sorts of tools you can use. The simplest, perhaps:
du -x -h --max-depth=1 /
will show you how much space is being used in every 1st level directory
off the root of the file system. It will not cross device boundaries (so
that if /usr/local is on a different device it will not count it). Once
you have the 1st level figures you can then issue a du command like
above for the lower level directories etc.

As I said there are more elegant methods and tools but this may do what
you need.

Neale

On Thu, 2007-04-26 at 13:13 -0700, Judson West wrote:
> I misspoke, through ignorance. When I said root, I meant / and all of its
> subdirectories. I don't have or know of any tools to tell me where the pigs
> are, but these are supposed to be quick and dirty Linux systems for our
> developers. So I assume that since the user files are not stored here then
> it must be the apps.
>
> Yes, WAS does live in /opt/Webspere and /opt/wasprofile here too.
>
> Maybe my question should have been what tools are available to tell me
> where the piggy files are and then I have a better shot in either moving
> those directories or cleaning them out.

----------------------------------------------------------------------
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

Reply via email to