From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 22:56:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 476C716A420 for ; Sun, 29 Jan 2006 22:56:45 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C83D43D4C for ; Sun, 29 Jan 2006 22:56:41 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id E11E6312FA; Sun, 29 Jan 2006 17:56:39 -0500 (EST) Date: Sun, 29 Jan 2006 17:56:39 -0500 (EST) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: what am I doing wrong with edquota ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 22:56:45 -0000 (edquota man page has no examples) # edquota -u -e /mnt/fs1:8100000:9000000:810000:900000 test200 # # quota test200 Disk quotas for user test200 (uid 1002): none # # So I run the edquota command non-iunteractively, and it produces no errors, and it seems to follow the format specified in the man page, which is: edquota [-u] -e fspath[:bslim[:bhlim[:islim[:ihlim]]]] [-e ...] username and yet when I immediately check the quotas for that user, I get nothing. How should I rework that edquota command line ? thanks.