Quote:
|
Originally Posted by falko
Run
Code:
rm -f /quota.*
touch /quota.user /quota.group
chmod 600 /quota.*
mount -o remount /
quotacheck -avugm
quotaon -avug
|
In
http://www.ispconfig.org/manual_installation.htm
you explain to do
touch /home/aquota.group to put the aquota.group file in home.
Do I need them both, /home/aquota.group and /quota.group?
Where is the right place to create? I think it's
/ isn't it?
I thought
aquota and quote are ony different versions.
PS:
By the way, there are two mistakes in your example code:
http://www.ispconfig.org/manual_installation.htm
1. It should be
touch /home/aquota.user and not
touch home/aquota.user
2. It should be
chmod 600 /home/aquota.* and not
chmod 600/home/aquota.*.
_______________________________________missing blank space
^
tom