cosmic/bin/wiki-permissions

5 lines
130 B
Bash
Executable File

#!/bin/sh
chgrp -R users /var/wiki/
find /var/wiki/* -type f -exec chmod 664 {} \;
find /var/wiki/* -type d -exec chmod 775 {} \;