<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1255">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have a file system that any user can use (lets 
say /tmp)</FONT></DIV>
<DIV><FONT face=Arial size=2>I do not want to specify a quota for the users but 
I still want to limit the amount of disk space they can use on 
/tmp.</FONT></DIV>
<DIV><FONT face=Arial size=2>I know that I can write a cron job that will get 
the owner of every file on /tmp and using `edquota -p` will automatically set 
the quota for the user.</FONT></DIV>
<DIV><FONT face=Arial size=2>Is there a way to define a default quota for all 
the users that uses the file system</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2>Shahar</FONT></DIV></BODY></HTML>