From owner-freebsd-questions Mon May 21 11:21:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id D89E337B422 for ; Mon, 21 May 2001 11:21:44 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f4LILRQ08409; Mon, 21 May 2001 13:21:27 -0500 (CDT) (envelope-from dan) Date: Mon, 21 May 2001 13:21:27 -0500 From: Dan Nelson To: Pablo Quintana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Default quota for users Message-ID: <20010521132127.A4382@dan.emsphone.com> References: <5.0.2.1.0.20010521121122.028a32f0@netsys.hn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <5.0.2.1.0.20010521121122.028a32f0@netsys.hn>; from "Pablo Quintana" on Mon May 21 12:12:24 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (May 21), Pablo Quintana said: > How can I set the default quota for new users to 4MB soft 6MB hard? You can use the "edquota" command to pre-assign quotas for a range of uids; say you have a user "bob" with the correct quotas, and you want to assign those quotas to uids 2000-7000: edquota -p bob 2000-7000 See the edquota manpage for more details. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message