From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 22:45:06 2004 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 BFED316A4CE for ; Thu, 8 Apr 2004 22:45:06 -0700 (PDT) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id F040543D3F for ; Thu, 8 Apr 2004 22:45:05 -0700 (PDT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (dhcp065-031-041-029.woh.rr.com [65.31.41.29]) i395j3f4022555 for ; Fri, 9 Apr 2004 01:45:03 -0400 (EDT) Message-ID: <000501c41df5$519419f0$0200a8c0@satellite> From: "dave" To: Date: Fri, 9 Apr 2004 01:41:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: changing directory permissions recursively 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: Fri, 09 Apr 2004 05:45:06 -0000 Hello, I've got a problem, a directory area has the wrong permissions, occurred from a dump restore. Now my user's can't get to the files within the area. I could go around and do chmod permissions directoryname, but i was wondering if there was a perl or shell script that would do this? Thanks. Dave.