Re: Growing file in /

From: Pugliese, Edward (s11018@SLK.COM)
Date: Thu Oct 24 2002 - 13:16:07 EDT


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