Date: Tue, 11 Jul 2000 07:32:53 -0400 From: Alan Clegg <abc@bsdi.com> To: Steve Abraham <steve@enets.co.uk> Cc: questions <questions@FreeBSD.ORG> Subject: Re: Quota Message-ID: <20000711073253.D25603@shell.wetworks.org> In-Reply-To: <396AF874.5CDB05B1@enets.co.uk>; from steve@enets.co.uk on Tue, Jul 11, 2000 at 11:35:32AM %2B0100 References: <396AF874.5CDB05B1@enets.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
An SMTP stream claimed that Steve Abraham muttered: > Is there anyway I can get the adduser script to automatically add a > basic disk quota, i.e. 10Mb, to all users added to the system? The best plan on this would be to add a "defaultquota" user which has a standard quota the way you want it, then add edquota -p defaultquota $NEWUSER to your procedure for adding new users. If you wish to modify adduser or just add that command to the list of things you do when a user is added is up to you. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000711073253.D25603>