Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!howland.erols.net!vixen.cso.uiuc.edu!uwm.edu!lll-winken.llnl.gov!enews.sgi.com!news.mathworks.com!hunter.premier.net!news.cais.net!rtd.com!dgy From: dgy@rtd.com (Don Yuniskis) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: User Quotas -- Need Help Date: 10 Aug 1996 12:30:44 GMT Organization: CICDO Lines: 12 Message-ID: <4uhvdk$82n@baygull.rtd.com> References: <4uh4q1$20k@jaxnet.southeast.net> NNTP-Posting-Host: seagull.rtd.com In article <4uh4q1$20k@jaxnet.southeast.net>, <jwilds@jax-inter.net> wrote: >I've got freebsd boxes up and running and for just my own use have >done well. Now I have run into a problem. I'm trying to enable >internet accounts which isn't a problm excet for the fact that a user >could fill the the filesystem overnight. Does anyone know what the >format is of the file quotas? The online manuals talk of this file but >never give a format or how its created. You have to enable quotas on each filesystem that you want to support them (in /etc/fstab ?). Then, look into edquota et al. --don