Installation auf Feynman (SLES 10 SP2)
Vorbereitungen
quota aktivieren
/dev/sda3 /home reiserfs acl,user_xattr,usrquota,grpquota 1 1
mount /home -o remount
quotacheck -cugv /home
quotaon -ugv /home
quota für die Gruppe schueler einrichten
edquota -g schueler
Column | Description |
Filesystem | This field specifies the file system which the quota will apply to. |
blocks | This field is the total number of blocks in kilobytes the user has consumed on that partition. |
soft | This field allows you to set a soft limit for the user allowing them to create files that exceed the quota but warning them about it. |
hard | This field allows you to set a hard limit for the user which denies the user from exceeding the quota. |
inodes | This field is the total number of files the user has on the partition. |
soft | This field allows you to set a soft limit for the user allowing them to create files that exceed the quota but warning them about it. |
hard | This field allows you to set a hard limit for the user which denies the user from exceeding the quota. |
Status abfragen