David Gardiner <[EMAIL PROTECTED]> writes: > The reason I noticed it was because my used disk space jump up to 100% > and I started looking for what using it. du in the root directory gave > > [snip command output] > > So if I trust du, df and ls in the /proc (which i probably shouldn't) > directory why did it start using the disk? > or show up as using disk space?
I'd use `df` to get a handle on what partition is filling up and then `du -s` on that partition to figure out what is hogging it. -- Olaf Meeuwissen EPSON KOWA Corporation, ECS GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97 976A 16C7 F27D 6BE3 7D90 LPIC-2 -- I hack, therefore I am -- BOFH

