To change permissions recursively for all files in a directory
find dirname -exec chmod xxx {} \; -print
where dirname is the directory you want to change permissions.
Return to : Unix System Administration Hints and Tips