edit /etc/fstab
ubah dari ...
/dev/md0 / ext3 defaults 1 1
kepada
/dev/md0 / ext3 defaults,usrquota,grpquota 1 1
kemudian
#touch /aquota.user /aquota.group
#chmod 600 /aquota.*
#mount -o remount /
#quotacheck -avugm
last skali on quota anda..
#quotaon -avug
ok skrg nak set quota camna?
setquota -g $group $blocks $blocks 0 0 -a
setquota -u $username $blocks $blocks 0 0 -a
untuk path tertentu atau partition tertentu lakukan
setquota -g $group $blocks $blocks 0 0 /var/www/html
setquota -u $username $blocks $blocks 0 0 /home/$username
Ubah $group, $username and $blocks. Nota: $blocks adalah jumlah quota in MB * 1024.Sbg Contoh jika nak set limit pada 500MB jadi 500 x 1024 = $blocks ( 512000 )
Untuk disable quota , set $blocks kepada 0
cuba main-main dengan :-
#quota
#quotastats
Windows and linux information and one stop centre for myself. Having difficulties to remember all things at once. This blog will remain be my references on the internet. Other people can take benefit from it. Thank you for visiting
Thursday, October 4, 2007
Subscribe to:
Post Comments (Atom)
Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...
-
when trying to apt-get update i got this error message :- W: There is no public key available for the following key IDs xxxxxxxxxxxx t...
-
Skrip ini aku guna kat server aku.. backup mysql setiap hari. Hanya perlu ubah pada bahagian setting sahaja. chmod dan set cron untuk daily ...
-
This tutorial will help you get AWStats and Lighttpd working together. AWStats is an excellent log analyzer, and works well with Lighttpd. T...
No comments:
Post a Comment