#!/bin/bash path=/srv/vvv chown -R firebird:firebird $path chmod -R u=rw,g=rw,o= $path chmod u=rwx,g=rwx,o= $path