ONTAP 9.12.1 commands

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

    Display file security policies

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

    Description

    The vserver security file-directory policy show command displays information about all security policies in the Vserver. The command output depends on the parameter or parameters specified with the command.

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

    You can specify the -instance parameter to display information for all security policies in a 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 security policies associated with the specified Vserver.

    [-policy-name <Security policy name>] - Policy Name

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

    Examples

    The following example displays information about the security policies on the cluster.

    cluster1::> vserver security file-directory policy show
                   Vserver          Policy Name
                   ------------     --------------
                   vs1              policy1
                   vs1              policy2
                2 entries were displayed.
    Top of Page