Re: Growing file in /

From: AUBINEAU Cyril (caubineau@SIGMA.FR)
Date: Fri Oct 25 2002 - 06:13:06 EDT


Edward,

Thanks for this very usefull command.

Cyril

> -----Message d'origine-----
> De: Pugliese, Edward [SMTP:s11018@SLK.COM]
> Date: jeudi 24 octobre 2002 19:16
> À: aix-l@Princeton.EDU
> Objet: Re: Growing file in /
>
>
> run the following command to find the largest files (sorted by largest
> first) and see if any are the culprit.
>
>
> find . -type f -xdev -ls | awk '{print $7" "$8" " $9" "$10" "$11}' |
> sort -rn | pg
>
> -----Original Message-----
> From: AUBINEAU Cyril [ <mailto:caubineau@SIGMA.FR>]
> Sent: Thursday, October 24, 2002 12:34 PM
> To: aix-l@Princeton.EDU
> Subject: Growing file in /
>
>
> Hello,
>
> It seems to be an easy thing to find but ...
> I have a file in / fs wich is growing, but i can't find it....
>
> / is 97 % full ....
>
> Does somebody have a script to help me ?
>
> Thanks
>
> Cyril
>



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 22:16:17 EDT