Unix changing permissions on all files in directory
#Change all files in a directory#
\( -type d -exec chmod ug=rwx,o=rx {} + \)```