[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [seul-edu] [Fwd: [Mlug] Process Environment in Linux /proc]



On Thursday 28 February 2002 08:08, Gordon Truesdale & Nena Tremblay wrote:
> On Tue, Feb 26, 2002 at 10:21:06PM -0500, Ralph M. Deal wrote:
> > > # du / | sort -rn | less

> > I get
> > du: `/;proc/26785/fd/4': No such file or directory
> > Frustrating.

Use du -x but you have to do one for each real partition (iterate through 
mtab, for example, and pipe the whole lot to sort).

Cheers; Leon