ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver security file-directory ntfs show

    Display an NTFS security descriptors

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver security file-directory ntfs show command displays information about the security descriptor. The command output depends on the parameter or parameters specified with the command. If you do not specify any parameters, the command displays all information about all security descriptors defined on the cluster.

    You can specify the -fields parameter to specify which fields of information to display about security descriptors.

    You can specify the -instance parameter to display all the information about security descriptors in list format.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command only displays the fields that you specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all entries.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays information only about the security descriptors associated with the Vserver that you specify.

    [-ntfs-sd <ntfs sd name>] - NTFS Security Descriptor Name

    If you specify this parameter, the command displays information only about the security descriptors that you specify.

    [-owner <name or sid>] - Owner

    If you specify this parameter, the command displays information only about the security descriptors owned by the specified user name or SID.

    [-group <name or sid>] - Primary Group

    If you specify this parameter, the command displays information only about the security descriptors associated with the owner group.

    [-control-flags-raw <Hex Integer>] - Raw Control Flags

    If you specify this parameter, the command displays information only about the security descriptors associated with the control flags.

    Examples

    The following example displays information about an NTFS security descriptor named “sd2” on Vserver vs1.

    cluster1::> vserver security file-directory ntfs show -vserver vs1 -ntfs-sd sd2
    Vserver: vs1
                         Security Descriptor Name: sd2
                 Owner of the Security Descriptor: DOMAIN\Administrator
    Top of Page