Hello Kiraly
I try to have your ACL Terminal solution working for me without success.
Your help would be very appreciated.
To make a test I use an iMac running 10.6.8 and an MacBook Pro running 10.7.4.
On the iMac I created a user Sharing Only account.
From there I created a group by the name of accountinggroup (me and that user).
I created a folder on my desktop by the name of test shared folder.
In the terminal I paste and press return once:
sudo chmod -R +a "accountinggroup allow delete,chown,list,search,add_file,\ add_subdirectory,delete_child,file_inherit,directory_inherit" \
No visible result, I am not ask for my password.
Then I drag the test shared folder on the Terminal and press return once and I got “chmod: Invalid permission type '\ add_subdirectory'“
I suspect a syntax error, when I copy/paste the Terminal command from your post I seem to have a carriage return after add_file.
I tried it as is and also by removing the carriage return and putting only a space after the \ and before add_
Last login: Thu Oct 25 08:30:07 on console
Jacques-Paul:~ jacquespaul$ sudo chmod -R +a "accountinggroup allow delete,chown,list,search,add_file,\ add_subdirectory,delete_child,file_inherit,directory_inherit" \
> /Users/jacquespaul/Desktop/test\ shared\ folder
Password:
chmod: Invalid permission type '\ add_subdirectory'
Jacques-Paul:~ jacquespaul$