From owner-freebsd-questions@FreeBSD.ORG Tue Nov 9 05:48:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F8816A4CE for ; Tue, 9 Nov 2004 05:48:00 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A225243D2D for ; Tue, 9 Nov 2004 05:47:59 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iA95lvOf060592; Mon, 8 Nov 2004 23:47:57 -0600 (CST) (envelope-from dan) Date: Mon, 8 Nov 2004 23:47:57 -0600 From: Dan Nelson To: tip Message-ID: <20041109054757.GE66976@dan.emsphone.com> References: <20041109051153.60738.qmail@web13423.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041109051153.60738.qmail@web13423.mail.yahoo.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Unable to limit disk quota if loginname is number eg. 555555 not s555555 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2004 05:48:00 -0000 In the last episode (Nov 08), tip said: > I have two kinds of user accounts, one is all number like '555555' > and another is all alphabet like 'joesmith'. I've tried to run > edquota to limit disk quota for those kinds of user accounts. When I > execute quotacheck I got this result for username '555555' > > #quota 555555 > Disk quotas for user (no account) (uid 555555) : none > > Thus I can't limit quota if the username is number. However, quota > works fine for alphabetical username. How can I limit quota if its > username is numeric? Try using the uid for user "555555". I don't think all-numeric usernames are supposed to be allowed unless they match the uid. -- Dan Nelson dnelson@allantgroup.com