aclgettypes Command

Purpose

Gets ACL types supported by a file system path.

Syntax

aclgettypes FileSystemPath

Description

The aclgettypes command retrieves the list of ACL types supported for a given file system path and displays the same. The default ACL type for the file system instance concerned will be 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 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.

Attention RBAC users and Trusted AIX® 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 associated with this command, see the lssecattr command or the getcmdattr subcommand.

Examples

  1. 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.