From owner-freebsd-isp Fri Apr 18 15:49:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA09614 for isp-outgoing; Fri, 18 Apr 1997 15:49:19 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA09607 for ; Fri, 18 Apr 1997 15:49:14 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id IAA21420; Sat, 19 Apr 1997 08:48:53 +1000 (EST) Date: Sat, 19 Apr 1997 08:48:52 +1000 (EST) From: "Daniel O'Callaghan" To: Adam Furman cc: freebsd-isp@freebsd.org Subject: Re: FreeBSD account Delete Script In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 18 Apr 1997, Adam Furman wrote: > I would like to know if someone has a script to delete accounts from the > system. Right now we are doing it by hand and it is a pain in the neck. > Adam There is a new command in 2.2 called pw(8). It would probably compile under 2.1.7 if that is what you are using. Danny