Muli Ben-Yehuda wrote:
>
> On Fri, Feb 13, 2004 at 03:21:53PM +0200, Tal Achituv wrote:
>
> > 2) what is a good way of checking:
> > - What files are currently in use
>
> lsof
>
> > - What is the size of a folder and all its subfolders
> > ( for tracking changes and by that detecting the "busy"
> > folder)
>
> du (lots of options, see the man page)
Also, if your disk is not TOO big, you may adopt my way to deal with
such a problem:
find <problematic-partition> -xdev -mmin 10 -size 100k
Of course, you may use different numbers, or even add other flags.
--
Eli Marmor
[EMAIL PROTECTED]
CTO, Founder
Netmask (El-Mar) Internet Technologies Ltd.
__________________________________________________________
Tel.: +972-9-766-1020 8 Yad-Harutzim St.
Fax.: +972-9-766-1314 P.O.B. 7004
Mobile: +972-50-23-7338 Kfar-Saba 44641, Israel
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]