ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs users-and-groups local-group modify

    Modify a local group

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

    Description

    The vserver cifs users-and-groups local-group modify command modifies the description of a local group.

    Parameters

    -vserver <vserver name> - Vserver

    This specifies the name of the Vserver.

    -group-name <CIFS name> - Group Name

    This specifies the name of the local group.

    [-description <TextNoCase>] - Description

    This specifies a description for this local group. If the description contains a space, enclose the parameter in quotation marks.

    Examples

    The following example modifies the description of the local group "CIFS_SERVER\g1" associated with Vserver "vs1".

    cluster1::> vserver cifs users-and-groups local-group modify -vserver vs1 -group-name CIFS_SERVER\g1 -description "Example Description"
    Top of Page