Unix Permissions - Using chmod : Recursive chmod
Recursive chmod
The “-R” flag can also be used to change the permissions of all files in a directory and all subdirectories
This makes all files in “/export/home/ericl” readable and writeable to the user and group
% chmod –R ug=rw /export/home/ericl