Describes how to set ACE expressions when creating or modifying volumes.
You can set Access Control Expression (ACE)s at the time of
volume creation using the volume create command and
modify them at a later time using the volume modify command.
When you run the command to set or modify ACEs, the command does the following:
When you set whole volume ACEs, permissions on files and tables under that volume remain unchanged. Also, new files and tables in the volume do not inherit the whole volume ACEs of that volume. Instead, whole volume ACEs, if set, are used to determine volume level access to tables and files within the volume. To gain access to volume data, the user must have access at both the volume and file/table levels.
For example, suppose the following sequence of whole volume ACE settings for users u3 and u4 is as follows.

As shown in the illustration above, in:
User u3 is granted permissions to read.
User u4: User u4 cannot read files and tables within the volume because the ACE for the volume does not explicitly grant access to user u4. Although user u4 has write permission by default, user u4 cannot write to files/tables in the volume because user u4 does not have read permission.
User u3 is granted permissions to write.
User u4: User u4 cannot write to files/tables in the volume.
User u4 is granted read access.
User u3: User u3’s read and write access remains unchanged.