From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bradley Hook Subject: Re: Questions! Date: Wed, 31 Mar 2004 14:36:21 -0600 Sender: linux-admin-owner@vger.kernel.org Message-ID: <406B2BC5.8000603@kssb.net> References: <003d01c4175e$d5296100$020aa8c0@Scott> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <003d01c4175e$d5296100$020aa8c0@Scott> List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-admin@vger.kernel.org I'd like to know a good answer on the first quest myself. As for the second, I think something like this would give you a list: #grep -l 'index.html' /root/of/directory/tree/* Scott@Charter wrote: > Hey- > > A couple questions for you experts. Thanks for the answers. > > > 1) What command would you use to synchronize two filesystems? How would you > set it up to do so securely? > > 2) How would you go about locating all the files in a specific directory > tree that contain the text "index.html"? > > > Thanks Everyone