From owner-freebsd-questions Fri Apr 5 5:51:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.happcontrols.com (mail.happcontrols.com [12.15.19.237]) by hub.freebsd.org (Postfix) with ESMTP id C16E437B404 for ; Fri, 5 Apr 2002 05:51:07 -0800 (PST) Received: from CONDOR.happcontrols.com (sniper.happcontrols.com [12.15.19.193]) by mail.happcontrols.com (8.12.1/8.12.1) with ESMTP id g35Dm0Jm015252; Fri, 5 Apr 2002 07:48:00 -0600 (CST) Message-Id: <5.1.0.14.0.20020405074521.029a37b8@mail.happcontrols.com> X-Sender: ben@mail.happcontrols.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 05 Apr 2002 07:48:01 -0600 To: johann@broadpark.no, questions@FreeBSD.ORG From: Ben Kadish Subject: Re: Redistributing adduser's dotfiles to users In-Reply-To: <1018013904.3cada8d0cf171@mail.broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 #!/bin/sh for user in /home do cp /usr/share/skel/.* /home/$user chown $user.group /home/$user/.* done That's my suggestion. At 03:38 PM 4/5/2002 +0200, johann@broadpark.no wrote: >Hi. > >What is the easiest way of redistributing the dotfiles adduser grabs from >/usr/share/skel to all the users on a system? > > >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