From owner-freebsd-questions Wed Jul 9 15:44:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA17117 for questions-outgoing; Wed, 9 Jul 1997 15:44:23 -0700 (PDT) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17110 for ; Wed, 9 Jul 1997 15:44:14 -0700 (PDT) Received: (from tim@localhost) by shell.futuresouth.com (8.8.5/8.8.5) id RAA06794; Wed, 9 Jul 1997 17:44:04 -0500 (CDT) Message-ID: <19970709174404.15484@shell.futuresouth.com> Date: Wed, 9 Jul 1997 17:44:04 -0500 From: Tim Tsai To: freebsd-questions@freebsd.org Subject: pwd utilties locking issues References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74e Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does adduser, rpc.yppasswd, pw, vipw, and passwd synchronize with each other correctly? Is it safe to use any or all 4 of the above mentioned programs simultaneously? I know you can not run more than one copy of adduser at once but that's easily fixed by putting a lockf wrapper around it. What about the others? Thanks, Tim