>I have a couple of hundred directories that I would like to setacl.
 >Is there a recursive way to change a group of directories, subdirectories,..

 I use the following command (someone else was kind enough to suggest this
 in one of our forums):

 find <dir> -type d -print -exec fs sa -dir {} -acl <acl-list> \;

Lisa Chavez
AIX Support, IBM Tucson

Reply via email to