From owner-freebsd-isp Wed Sep 6 4:42:57 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail-secure.toplink.net (mail-secure.toplink.net [195.2.171.5]) by hub.freebsd.org (Postfix) with ESMTP id 771C937B423 for ; Wed, 6 Sep 2000 04:42:54 -0700 (PDT) Received: from localhost.toplink.net (mail-scan.toplink.net [195.2.171.141]) by mail-secure.toplink.net (8.9.3/8.9.3) with ESMTP id NAA03942; Wed, 6 Sep 2000 13:42:53 +0200 (CEST) Received: from mail-secure.toplink.net (mail-scan [127.0.0.1]) by localhost.toplink.net (8.9.3/8.9.3) with ESMTP id NAA13386; Wed, 6 Sep 2000 13:26:03 +0200 Received: from babylon.toplink.net (babylon.toplink.net [195.2.171.90]) by mail-secure.toplink.net (8.9.3/8.9.3) with ESMTP id NAA03938; Wed, 6 Sep 2000 13:42:52 +0200 (CEST) Received: from localhost (ck@localhost) by babylon.toplink.net (8.9.3/8.9.3) with ESMTP id NAA89755; Wed, 6 Sep 2000 13:42:52 +0200 (CEST) Date: Wed, 6 Sep 2000 13:42:52 +0200 (CEST) From: Christian Kratzer To: Wolodymyr Protsaylo Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Disk Quota manager In-Reply-To: Message-ID: X-NCC-RegID: de.toplink X-Spammer-Kill-Ratio: 75% X-Jihad: Will hunt down all cases of Spam and Net abuse. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On 6 Sep 2000, Wolodymyr Protsaylo wrote: > Exist there any extension of standart quota's commands which > allows to set-up the same quotas for many users at once (not only the > group of users, but based on a range of UIDs and which would be allow to > work in a command-line mode, and now only througth an external editor? we use the Quota module from CPAN to set quotas for web and homepage users from perl scripts use Quota; Quota::setqlim($quota_dev, $uid, $block_soft, $block_hard, $inode_soft, $inode_hard); Greetings Christian Kratzer Toplink -- TopLink Internet Services GmbH ck@171.2.195.in-addr.arpa Christian Kratzer http://www.toplink.net/ Phone: +49 7032 2701-0 Fax: +49 7032 2701-19 FreeBSD spoken here! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message