遞迴設定 OpenAFS 目錄 ACL 權限

下列指令會將目前目錄的 ACL 權限 遞迴設定至該目錄後所有目錄之權限.
# find . -type d | xargs fs co .

😀