Change Permissions of Files Only
I recently had need to change the permissions of a large number of files and directories. The directories needed permissions of 755, and the files needed 644. Since there were several nested directories, this was going to be a real chore until I figured out you could use the find command to help.
find [...]







