ACL

Can i get the synopsis for add multiple users in single command for ACL access for a directory or a file

thanks in advance
dinu

Which filesystem is the directory or file on? UFS or ZFS? I ask because the command and the syntax is completely different for ZFS.

need it for both files and directories for UFS file system

I am not in front of a Solaris system at the moment but I believe the syntax is something like

setfacl -m user:user1:rwx, user:user2:rwx, user:user3:rwx  file

For the setfacl -m and -s options, acl_entries are one or more comma-separated ACL entries.