Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2000 13:42:52 +0200 (CEST)
From:      Christian Kratzer <ck@toplink.net>
To:        Wolodymyr Protsaylo <pwr@lta.link.lviv.ua>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Disk Quota manager
Message-ID:  <Pine.BSF.4.10.10009061338520.86990-100000@babylon.toplink.net>
In-Reply-To: <Pine.BSF.3.96.1000906135438.59823B-100000@fs.academy.lviv.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10009061338520.86990-100000>