On Sun, Nov 16, 2008 at 8:34 PM, James <[EMAIL PROTECTED]> wrote: > I'm using du -b --max-depth 3 /* as the command - could this be hiding > something, or is there some other way for me to get disk usage > information?
Try this: $ du -m --max-depth 4 / | sort -n | tail If it's a steady increase, my guess would be that it's the log files. Regards, - Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] For more options, visit our group at http://groups.google.com/group/linuxusersgroup -~----------~----~----~----~------~----~------~--~---
