aclgettypes Command
Purpose
Get the ACL types that are supported by a file system path.
Syntax
aclgettypes FileSystemPath
Description
The aclgettypes command retrieves the list of ACL types that are supported for a given file system path and displays the same. The default ACL type for the file system instance that is concerned is displayed as the first entry.
The supported ACL types are AIXC and NFS4.
Exit Status
This command returns the following exit values:
Item | Description |
---|---|
0 | The command is executed successfully and all requested changes were made. |
>0 | An error occurred. |
Security
- Access Control
- This command should be a standard user program and have the trusted computing base attribute.
- RBAC users
-
Attention RBAC users: This command can perform privileged operations. Only privileged users can run privileged operations. For more information about authorizations and privileges, see Privileged Command Database in Security. For a list of privileges and the authorizations that are associated with this command, see the lssecattr command or the getcmdattr subcommand.
Examples
- To display ACL types supported by a file system instance that contains path
/home/plan1, type:
aclgettypes /home/plan1
Location
/usr/bin/aclgettypes
Files
Item | Description |
---|---|
/usr/bin/aclgettypes | Contains the aclgettypes command. |