From owner-freebsd-questions Tue Sep 9 06:27:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA08585 for questions-outgoing; Tue, 9 Sep 1997 06:27:39 -0700 (PDT) Received: from zerium.idgonline.no (root@oslo-2-10.newmedia.no [194.52.244.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA08579 for ; Tue, 9 Sep 1997 06:27:32 -0700 (PDT) Received: from localhost (hanspbie@zerium.newmedia.no [127.0.0.1]) by zerium.idgonline.no (8.8.7/8.8.5) with SMTP id PAA02404 for ; Tue, 9 Sep 1997 15:25:10 +0200 Date: Tue, 9 Sep 1997 15:25:10 +0200 (MET DST) From: Hans Petter Bieker X-Sender: hanspbie@zerium.idgonline.no To: questions@FreeBSD.ORG Subject: Re: Has anyone ever written a quota utility? In-Reply-To: <199709090850.KAA05972@charm.il.fontys.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 9 Sep 1997, Erik Manders wrote: > The subject says it all really. Has anyone ever written a command > line quota utility? What I'm looking for is something that allows me > to do something like > > setquota -u -f > > to set quotas and limits and > > setquota -g -u -f > > to set grace times. It would make account creation/maintainance a lot > easier. And a setclass or chclass utility would be nice too! $ chclass user newclass or something like that. -bieker-