Step 1 :
Download the package at here and the current version is 3.17-3 by this writing.
Install the package and configure the package as usual.
sudo dpkg -i
Step 2 :
Edit
/etc/fstab
and add "usrquota,grpquota
" on the partition with the mount point /.sudo touch /quota.user /quota.group
sudo chmod 600 /quota.*
sudo mount -o remount /
Step 3 :
sudo quotacheck -avugm
sudo quotaon -avug
That's all. See you!
No comments:
Post a Comment