I have this command:
chmod -R +a 'group:test1 allow list,search,readattr,readextattr,readsecurity,file_inherit,directory_inherit' /PATH
Which works fine. Question is, how do I add another group in the same command?
This does not work:
chmod -R +a 'group:test1,group:test2 allow list,search,readattr,readextattr,readsecurity,file_inherit,directory_inherit' /PATH