|
Home > Archive > Unix administration > February 2004 > setting quotas for 200 users
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
setting quotas for 200 users
|
|
|
| Is there a fast way to set users for 200 users to 1GB?
| |
| phn@icke-reklam.ipsec.nu 2004-02-20, 8:35 am |
| Tony <tonyw@suse.stanford.edu> wrote:
> Is there a fast way to set users for 200 users to 1GB?
Shure , 'edquota' in a small script ... That's what scripting
is most needed.
--
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
| |
| Chris F.A. Johnson 2004-02-20, 1:34 pm |
| On Fri, 20 Feb 2004 at 19:26 GMT, Tony wrote:
> Is there a fast way to set users for 200 users to 1GB?
Set up one user (e.g., giguser) with the desired quota, and use
the -p option to edquota:
edquota -p giguser $USERLIST
--
Chris F.A. Johnson http://cfaj.freeshell.org
========================================
===========================
My code (if any) in this post is copyright 2004, Chris F.A. Johnson
and may be copied under the terms of the GNU General Public License
|
|
|
|
|