ipa-modgroup (1) - Linux Manuals
ipa-modgroup: Modify a group
Command to display ipa-modgroup manual in Linux: $ man 1 ipa-modgroup
NAME
ipa-modgroup - Modify a group
SYNOPSIS
ipa-modgroup [
OPTION]...
group
DESCRIPTION
Updates the members or description of
group.
OPTIONS
- -a, --add=user1,user2,...usern
-
Add one or more users to the group
- -d, --description=description
-
Modify the description of the group
- -e, --groupdel=group1,group2,...groupn
-
Remove one or more groups from the group
- -g, --groupadd=group1,group2,...groupn
-
Add one or more groups to the group
- -r, --remove=user1,user2,...usern
-
Remove one or more users from the group
- --addattr attr=value
-
Add a new attribute, or value to an existing attribute
- --delattr attr=value
-
Remove an attribute and all values
- --setattr attr=value
-
Set an attribute to a new value, removing all old ones
- -v, --verbose
-
Display the XML-RPC request and response for more verbose debugging output.
EXIT STATUS
The exit status is 0 on success, nonzero on error.