- google://linux quota
- Append usrquota option to the /etc/fstab for /
mount -o remount /
quotacheck -acum /
- Add this file to /etc/cron.daily (remember to check the executable permission.):
#!/bin/sh quotaoff -aug quotacheck -augm quotaon -aug
- Use
edquota -e mjhsieh
to edit the quota setting for account name mjhsieh
Thursday, December 25, 2003
Enable Quota on Linux
In our OSCAR cluster I only activated userquota for /, that's probably the most straight-forward thing to do. Basically you just need to do:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment