Differences

This shows you the differences between two versions of the page.

quota [2009/02/04 18:34]
danux
quota [2009/02/06 11:28] (current)
danux
Line 7: Line 7:
===== Installing Quota ===== ===== Installing Quota =====
-  - sudo apt-get install quota +  sudo apt-get install quota 
-  - Edit /etc/fstab +   
-   * Group quotas:    /dev/hda2      /usr    ext2    defaults,grpquota      1      1 + 
-   * User quotas:    /dev/hda2      /usr    ext2    defaults,usrquota      1      1 +  vi /etc/fstab 
-  - crontab -e + 
-  0 3 * * 0 /sbin/quotacheck -avugmf+   
 +  * Group quotas:    /dev/hda2      /usr    ext2    defaults,grpquota      1      1 
 + * User quotas:    /dev/hda2      /usr    ext2    defaults,usrquota      1      1 
 +   
 + 
 +  crontab -e 
 +   
 + 
 +  0 3 * * 0 /sbin/quotacheck -avugmf
===== Configuring a Quota ===== ===== Configuring a Quota =====
Line 26: Line 34:
   
  edquota -p <username> `awk -F: '$3 > 499 {print $1}' /etc/passwd`   edquota -p <username> `awk -F: '$3 > 499 {print $1}' /etc/passwd`
- 
- 
- 
 
quota.txt · Last modified: 2009/02/06 11:28 by danux
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki