Setting AFS permissions recursively
In order to recursively set AFS ACL permissions for a directory, you need to manually use find -exec as follows: find <dir> -type d -exec fs sa {} <...
In order to recursively set AFS ACL permissions for a directory, you need to manually use find -exec as follows: find <dir> -type d -exec fs sa {} <...