Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Oct 2002 09:52:37 -0700
From:      Mike Hogsett <hogsett@csl.sri.com>
To:        David Ouyang <ntusnet@yahoo.com>
Cc:        "Question FreeBSD.ORG" <questions@FreeBSD.ORG>
Subject:   Re: File size get out of control 
Message-ID:  <200210011652.g91GqbZN051771@axp.csl.sri.com>
In-Reply-To: Your message of "Tue, 01 Oct 2002 09:48:20 PDT." <20021001164820.81837.qmail@web20002.mail.yahoo.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

perhaps you should change the quotes to backquotes and add some spaces

	find . -size +`expr 10 \* 1024 \* 2` -print


> my machine have 40GB HD, only run a simple web site on
> apache with a samll mysql database, but last 2 week
> 35GB hard dirve space have been use, I don't even know
> where it came from.
> 
> I try use find to find files larger then 10mb:
> 
> find . -size +'expr 10\*1024\*2' -print
> 
> but I get error msg:
> 
> find:invalid argment '+expr 10\*1024\*2 to '-size'
> 
> 
> so what is correct command pramater to find?
> also am i being hacked, if so how can i check?
> 
> 
> Thanks in advance.
> 
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210011652.g91GqbZN051771>