Replace a local group's description or membership.
group modify <name> [ description=<val> ] [ +/-<principal1> ... +/-<principalN> ]
Name of the local group.
Group description.
Add the principal to the group if it is not already a member. <principal> is in the form <scope>:<type>:<name> where <scope> is global or local, <type> is user or group, and <name> is the user or group name.
Remove the principal from the group.
group modify my-group +local:user:admin
Add local user 'admin' to the local group 'my-group'.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |