 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Bottom of page |
|
chgroup(8)
NAME
chgroup - Change group information for Advanced Server users
SYNOPSIS
/usr/sbin/chgroup [-a | -r | -c text] domain:group [member... | -] [-?]
OPTIONS
-a Adds members to the named group.
-r Remove members from the named group.
-c text
Set the comment of the named group to text.
-? Displays on-line help.
DESCRIPTION
The chgroup is used to make modifications to an existing group in a domain.
The modifications can be adding members to a group, removing members from a
group, or setting the comment of a group.
This command must be run as root.
EXAMPLES
1. To add user Johnson to the Managers group, type the following command:
# chgroup -a Accounting:Managers Johnson
2. To remove user Johnson from the Managers group, type the following
command:
# chgroup -r Accounting:Managers Johnson
 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Top of page |
|