Try
find . -type d -exec fs sa -dir {} -acl userid none \; -print
iddwb wrote:
>
> I would like to set an acl on all directories below the current dir. I've
> tried
>
> fs setacl -dir */* -acl userid none
>
> and it doesn't work. I've also tried just using
>
> fs setacl -dir * -acl userid none
>
> to set the acl for all directories of the current directory. This fails
> also. I'm beginning to beleive that the fs command is really crippled
> from the command line.
>
> So I'm hoping that someon has written a script wrapper to help fs descend
> into all subdirectories of the current.
>
> Any advice?
>
> David Bear
> College of Public Programs/ASU