Benutzer-Werkzeuge

Webseiten-Werkzeuge


quota

Installation auf Feynman (SLES 10 SP2)

Vorbereitungen

  • LDAP aktivieren
  • YAST > Netzwerkdienste > LDAP-Client
    • (x) LDAP verwenden
    • Adressen von LDAP-Servern: 10.67.0.5
    • LDAP base DN: dc=bgweiz, dc=at
    • Erweiterte Konfiguration > Client-Einstellungen
      • Benutzerzuordnung: dc=bgweiz, dc=at
      • Passwortzuordnung: dc=bgweiz, dc=at
      • Gruppenzuordnung: dc=bgweiz, dc=at
    • Erweiterte Konfiguration > Verwaltungseinstellungen
      • Konfiguration-Base DN: ou=people,dc=bgweiz,dc=at
    • Beenden
  • Test > id vorname.zuname
  • quota installieren
zypper in quota

quota aktivieren

  • /etc/fstab:
/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
  • Parameter für edquota
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

quota.txt · Zuletzt geändert: 2011/04/17 11:15 von admin