From owner-freebsd-questions Mon Nov 2 22:07:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19667 for freebsd-questions-outgoing; Mon, 2 Nov 1998 22:07:48 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.92.68]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19662 for ; Mon, 2 Nov 1998 22:07:47 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: (from shawn@localhost) by luke.cpl.net (8.8.8/8.8.8) id WAA09511; Mon, 2 Nov 1998 22:03:04 -0800 (PST) Message-ID: <19981102220304.A8204@cpl.net> Date: Mon, 2 Nov 1998 22:03:04 -0800 From: Shawn Ramsey To: Evren Yurtesen Cc: questions@FreeBSD.ORG Subject: Re: quota References: <19981102203213.A3306@cpl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i In-Reply-To: ; from Evren Yurtesen on Tue, Nov 03, 1998 at 07:54:08AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > hello, > I was searching for the same thing but I could not find, > would you send me email if you find how to do it? It wasn't hard to figure out, I should't even have posted that message. All you really need to do is write an awk script(any script really) that will take the info from a file and pass edquota each username space separated: edquota -u -p username user1 user2 user3 etc Maybe there is a better way, but this works. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message