#!/bin/bash cd `pwd` chmod -R 700 . find . -type f -exec chmod 644 {} \; -print;