====== AFS access rights ====== show current access rights fs listacl change access rights fs setacl -dir -acl change access rights for current directory recusively find . -type d -exec fs sa -dir \{\} -acl \; The final \; is important, otherwise you will get the error message: //find: missing argument to `-exec'// ===== more ===== For more information see the man page: man fs_setacl or look at the pages provided by CERN: * [[https://espace.cern.ch/it-faqs/Lists/faqs/Physics%20ToolsAFS.aspx|AFS FAQ]] * [[http://consult.cern.ch/writeup/afsguide/main.html|AFS User Guide]]