Modifying a user group

Use this command to modify a specified user group.

About this task

ccm group|groups -m|-modify
         (-user|-users username_list)... group_name 
ccm group|groups -m|-modify
         ([(-add|-add_user username_list)... group_name
         [(-remove|-remove_user username_list)... group_name
-add|-add_user username_list...
Specifies the names of users to be added as members of the group. The username_list contains one or more user names separated by commas or spaces.
group_name
Specifies the name of the user group to modify.
-remove|-remove_user username_list
Specifies the names of users that to be removed as members of the group. The username_list contains one or more user names separated by commas or spaces.
-user|-users username_list
Specifies the names of users to be members of the group. The username_list contains one or more user names separated by commas or spaces.

Feedback