webjob-jqd-update-group - Update an existing group.
webjob-jqd-update-group [-a] [-G group-file] [-m {merge|replace|remove}] -g group [member [member ...]]
This utility updates, creates, or replaces a group. Duplicate members
(if any) are automatically squashed.
- -a
-
Instructs the script to automatically create missing groups. This
option is disabled by default.
- -G group-file
-
Specifies an alternate group file. The default group file is
/var/webjob/config/jqd/groups.
- -g group
-
Specifies the name of the group to update.
- -m {merge|replace|remove}
-
Specifies the mode of operation. A value of 'merge' will cause
members to be merged into the specified group (if it exists); a value
of 'replace' will cause the specified group (if it exists) to be
completely replaced by the new members; and a value of 'remove' will
cause existing members to be deleted from the specified group (if it
exists). The default mode of operation is 'merge'.
Klayton Monroe
webjob-jqd-create-group(1), webjob-jqd-delete-group(1)
All documentation and code are distributed under same terms and
conditions as WebJob.
|