From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 19:02:23 2005 Return-Path: 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 A52C116A4CE for ; Wed, 23 Mar 2005 19:02:23 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7125643D58 for ; Wed, 23 Mar 2005 19:02:23 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152])j2NJ2EOg016987; Wed, 23 Mar 2005 11:02:23 -0800 (PST) Received: from [10.1.1.245] (nfw1.codefab.com [199.103.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j2NJ2Bel014176; Wed, 23 Mar 2005 11:02:13 -0800 (PST) In-Reply-To: <20050323181841.9478543D2F@mx1.FreeBSD.org> References: <20050323181841.9478543D2F@mx1.FreeBSD.org> Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8c59867b34ff24ba4918b7750824bfec@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 23 Mar 2005 14:02:08 -0500 To: bsd@owlpeople.com X-Mailer: Apple Mail (2.619.2) cc: freebsd-questions@freebsd.org Subject: Re: Need "find" binary X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2005 19:02:23 -0000 On Mar 23, 2005, at 5:18 AM, bsd@owlpeople.com wrote: > --> On one of my web sites, that used to run Solaris 2.7 OS, I had a > functional > cron script, mirroring a Solaris Server at home. > > The web site was moved to a BSD Server, without access to many > binaries like "find". > Can anyone tell me WHERE I can grab this one binary off a BSD system > to ftp to > the new server? FreeBSD comes with /usr/bin/find. Are you sure that your cron script is using the full path to that program; or perhaps you need to set up a PATH in the cron script...? If that system truly does not have a /usr/bin/find, there is something wrong with the installation, you should probably update the system by building and installing world from source or from a CD. (ISO images of 4.11 are available on ftp.freebsd.org. Those images also would contain a working find binary if you just want that alone.) -- -Chuck