Changes

Jump to: navigation, search

Checking disk quota

No change in size, 21:51, 25 December 2007
fix source tag
FIXME: describe this
<source codelang="bash">
# cat /proc/vz/vzquota | awk 'BEGIN {b_s=b_h=i_s=i_h=0} /1k-blocks/ {b_s+=$3; b_h+=$4} /inodes/ {i_s+=$3; i_h+=$4} END {print "1k-blocks soft: " b_s " hard:" b_h; print " inodes soft: " i_s " hard: " i_h}'
1k-blocks soft: 68500834 hard:73237749

Navigation menu