why would i need the `find` command here? the -R should be enough to ensure everything in that direc
why would i need the
find command here? the -R should be enough to ensure everything in that directory has the same permissions (and you only really want to set the 777 permission here so that your user service wont need root to re-take ownership, you can use a more sane permission for when your user owns it)...though thinking about it, it will need to run as root to set the permssions again afterwards