Skip to content

Instantly share code, notes, and snippets.

@mb00g
Last active November 22, 2019 07:43
Show Gist options
  • Save mb00g/f198b6d1ef18a41296b8 to your computer and use it in GitHub Desktop.
Save mb00g/f198b6d1ef18a41296b8 to your computer and use it in GitHub Desktop.
vzquota

Enable quota di container virtuozzo

rm -f /aquota.user 2>/dev/null
rm -f /aquota.group 2>/dev/null

dilanjutkan

for x in `find /proc/vz/vzaquota/ | tail -2 `; do ln -s $x / ; done  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment