group create

Prev Next

This command creates a group on the local provider.

Usage
group add --name NAME
          --gid GID
Required Parameters

--name NAME

Sets the group's name.

--gid GID

Specifies the group's POSIX (NFS) GID attribute.

Example
vcli: admin> group create --name mygroup --gid 1000