MAILTO=system@fact-project.org # cronjobs for coma (Wuerzburg) # change permissions for files and directories in /fact ########################################################################## # permissions: # directories: u:+rwx g:+rx o:+rx -> 755 # files: u:+rw g:+r o:+r -> 644 ########################################################################## 0 8,18 * * * /usr/bin/find /fact/raw/ -type d -exec /bin/chmod 755 {} \; 0 8,18 * * * /usr/bin/find /fact/raw/ -type f -exec /bin/chmod 644 {} \; 0 8,18 * * * /usr/bin/find /fact/aux/ -type d -exec /bin/chmod 755 {} \; 0 8,18 * * * /usr/bin/find /fact/aux/ -type f -exec /bin/chmod 644 {} \;