The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Create a local UNIX group
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use the vserver services name-service unix-group create
command to create UNIX groups that are local to the SVM. Local UNIX groups are used with local UNIX users.
Step
-
Create a local UNIX group:
vserver services name-service unix-group create -vserver vserver_name -name group_name -id integer
-name group_name
specifies the group name. The length of the group name must be 64 characters or fewer.-id integer
specifies the group ID that you assign.
Example
The following command creates a local group named eng on the SVM named vs1. The group has the ID 101.
vs1::> vserver services name-service unix-group create -vserver vs1 -name eng -id 101