Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

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