addUsersToGroup

On this page
Back to index

Summary

Adds one or more specified users to a local group.
groupName
Stringrequired
Name of the group; must be unique among local groups.
userNames
Stringoptional
List of users to add/remove from the group.

Usage

Perl

$cmdr->addUsersToGroup( "test-groupName" # groupName # optionals );

ectool

ectool addUsersToGroup \ "test-groupName" `# groupName` \ # optionals