If installed quote an quotatool according to the Perfect Debian Setup. With ISPC I've created the user web3_abc and have set a Spacelimit and a Trafficlimit. That I wanted to control with edquota -u web3_abc but it show this result: Code: Disk quotas for user web3_abc (uid 10002): Filesystem blocks soft hard inodes soft hard /dev/hda3 32 0 0 8 0 0 Why it doesn't shows the quotalimits? tom
Space quotas for the whole web are set for the user's group, not for the user itself. Try: Code: repquota -g
Code: ok, I got it with: [B]repquota -avug[/B] Group used soft hard grace used soft hard grace ---------------------------------------------------------------------- web3 -- 96 10240 10240 26 0 0 thanks tom