From owner-freebsd-questions Tue Oct 1 9:52:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C8EF37B401 for ; Tue, 1 Oct 2002 09:52:40 -0700 (PDT) Received: from casper.sri.com (casper.SRI.COM [128.18.243.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 47A9C43E65 for ; Tue, 1 Oct 2002 09:52:39 -0700 (PDT) (envelope-from hogsett@csl.sri.com) Received: (qmail 13880 invoked from network); 1 Oct 2002 16:56:18 -0000 Received: from localhost (HELO casper.SRI.COM) (127.0.0.1) by casper.sri.com with SMTP; 1 Oct 2002 16:56:18 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by casper.SRI.COM (NAVGW 2.5.1.18) with SMTP id M2002100109561605385 ; Tue, 01 Oct 2002 09:56:16 -0700 Received: from axp.csl.sri.com (axp.csl.sri.com [130.107.2.30]) by quarter.csl.sri.com (8.12.4/8.12.4) with ESMTP id g91Gqbnr026822; Tue, 1 Oct 2002 09:52:37 -0700 Received: from axp.csl.sri.com (localhost [127.0.0.1]) by axp.csl.sri.com (8.12.3/8.12.3) with ESMTP id g91GqbZN051771; Tue, 1 Oct 2002 09:52:37 -0700 (PDT) (envelope-from hogsett@axp.csl.sri.com) Message-Id: <200210011652.g91GqbZN051771@axp.csl.sri.com> To: David Ouyang Cc: "Question FreeBSD.ORG" Subject: Re: File size get out of control In-Reply-To: Your message of "Tue, 01 Oct 2002 09:48:20 PDT." <20021001164820.81837.qmail@web20002.mail.yahoo.com> Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Tue, 01 Oct 2002 09:52:37 -0700 From: Mike Hogsett Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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