From owner-freebsd-isp Fri Apr 18 18:23:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA18829 for isp-outgoing; Fri, 18 Apr 1997 18:23:04 -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 SAA18822 for ; Fri, 18 Apr 1997 18:23:00 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.7.3) id LAA22135; Sat, 19 Apr 1997 11:22:46 +1000 (EST) Date: Sat, 19 Apr 1997 11:22:45 +1000 (EST) From: "Daniel O'Callaghan" To: Ernie Elu cc: freebsd-isp@freebsd.org Subject: Re: FreeBSD account Delete Script In-Reply-To: <199704190019.KAA17048@spooky.eis.net.au> 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 Sat, 19 Apr 1997, Ernie Elu wrote: > > 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. > > Whats wrong with the rmuser command that is in 2.2? Nothing. But it is useful if I tell people of the existence of pw(8), because it does a lot more than just rmuser. Danny