Welcome to Kuwait Linux User Group - OpenSource free stuff

Search   in  

 Create an AccountHome | Gallery | Submit News | Your Account | Content | Topics | Top 10  

Modules
· Home
· Advertising
· Downloads
· FAQ
· Forums
· PHP-Nuke Tools
· Stories Archive
· Submit News
· Surveys
· Top 10
· Topics
· Tutorials
· Web Links
· Your Account

Search
Google
Web q8linux.net

  

Disk Quota



Disk Quota

  1. grep QUOTA /boot/config-2.4.21-4.EL                                (to check)

  2. rpm -q quota

  3. vi /etc/fstab

    • LABEL=/home /home ext3  defaults,usrquota,grpquota 1 2

  4. mount -o remount /home

  5. quotacheck -avmug                                                                (to keep this information up2date )

  6. quotacheck -cvmug /home                                                      (to create aquota.user + aquota.group)

  7. To set limits:

    • edquota -u nancy                                                         (For user)

    • edquota -up nancy michael randy donna                       (To copy the same)

    • edquota -g group_name                                               (for Group)

  8. edquota -t                                                                             (Grace Period)

  9. quotacheck -avug                                                                  (cron command)

    • 0 4 * * 6 /sbin/quotacheck -avug

    • ( 4:00 A.M. every Saturday )

  10. Reporting:

    • repquota -u /home                                                       (reporting)

    • quota hassah                                                               (reporting for user)



Copyright © by Kuwait Linux User Group - OpenSource free stuff All Rights Reserved.

Published on: 2004-08-25 (775 reads)

[ Go Back ]

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest ©2004-2008 by Q8linux.كويت لينكس
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.62 Seconds