john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Wr.sh

script that will apply read only permissions for owner & group

it can run on multiple files (e.g. wr.sh test*)

while (( "$#" )); do chmod 440 $1 chgrp www-data $1 shift done


  • « Wrx.sh
  • dbupdate »

Published

Feb 6, 2010

Category

linux

~29 words

Tags

  • scripts 63
  • wr.sh 1