On Fri, Jan 08, 1999 at 05:48:11PM -0800, Daniel Quinlan wrote:
Cheryl Cruddace cruddace@feather.llnl.gov writes:
We did increase each users quota to 500M per user, which was entered individually for ~ 350 users into the quotas file.
First of all, I hope you are using quota trees for all your directories.
Also, you don't need to enter a quota for each user. Use default quotas. For example,
# Quota Target type disk files # ------------- ----- ---- ----- /home tree 50G * user@home 500M joe user@home 10G
And whenever someone needs a different quota, they get a line below the default quota (such as "joe" above).
Actually, in my experience - the catch all * entry must come at the end and the tree entry at the beginning.
Maybe I am all fooked up.