From owner-freebsd-isp Fri Apr 18 20:18:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA22754 for isp-outgoing; Fri, 18 Apr 1997 20:18:32 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA22749 for ; Fri, 18 Apr 1997 20:18:28 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.8.5) with UUCP id WAA21015; Fri, 18 Apr 1997 22:17:58 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.5/8.8.5) with SMTP id WAA02398; Fri, 18 Apr 1997 22:17:05 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Fri, 18 Apr 1997 22:17:05 -0500 (CDT) From: "Jay D. Nelson" To: "Daniel O'Callaghan" cc: Ernie Elu , 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 The man page references 'login.conf(5)'. Does that man page exist somewhere? -- Jay On Sat, 19 Apr 1997, Daniel O'Callaghan wrote: -> -> ->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 ->