#!/bin/bash path=/mnt/kvm #chgrp libvirt-qemu $path chown -R libvirt-qemu $path chmod -R 600 $path chgrp -R libvirt-qemu $path chmod 6770 $path