PHP Classes

File: script/setperm

Recommend this page to a friend!
  Classes of Emil Kilhage   Symfony Task bundle   script/setperm   Download  
File: script/setperm
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Task bundle
Schedule task using cron with Symfony
Author: By
Last change:
Date: 7 years ago
Size: 173 bytes
 

Contents

Class file image Download
#!/bin/bash find . -type d -exec chmod 0755 {} \; find . -type f -exec chmod 0644 {} \; find script -type f -exec chmod 0744 {} \; find bin -type f -exec chmod 0744 {} \;