Date: Wed, 23 Mar 2005 14:02:08 -0500 From: Charles Swiger <cswiger@mac.com> To: bsd@owlpeople.com Cc: freebsd-questions@freebsd.org Subject: Re: Need "find" binary Message-ID: <8c59867b34ff24ba4918b7750824bfec@mac.com> In-Reply-To: <20050323181841.9478543D2F@mx1.FreeBSD.org> References: <20050323181841.9478543D2F@mx1.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8c59867b34ff24ba4918b7750824bfec>