Commands for managing local UNIX groups
There are specific ONTAP commands for managing local UNIX groups.
| If you want to... | Use this command... |
|---|---|
| Create a local UNIX group | vserver services name-service unix-group create |
| Add a user to a local UNIX group | vserver services name-service unix-group adduser |
| Load local UNIX groups from a URI | vserver services name-service unix-group load-from-uri |
| Display local UNIX groups | vserver services name-service unix-group show |
| Modify a local UNIX group | vserver services name-service unix-group modify |
| Delete a user from a local UNIX group | vserver services name-service unix-group deluser |
| Delete a local UNIX group | vserver services name-service unix-group delete |
See the man page for each command for more information.
Give documentation feedback