Node: Solaris ACLs, Next: , Previous: ACEs, Up: acl



Solaris ACLs

Under Solaris, the ACL type can be one of the following:

             user
             group
             mask
             other
             default_user
             default_group
             default_mask
             default_other
     

A user or group can be specified to the user, group, default_user and default_group types. Solaris ACL permissions are the normal UNIX permissions bits rwx, where:

         
             r - Grants read privileges.
             w - Grants write privileges.
             x - Grants execute privileges.