SUNWnisu
nischgrp changes the group owner of the NIS+ objects or entries specified by name to the specified NIS+ group. Entries are specified using indexed names (see nismatch(1) ). If group is not a fully qualified NIS+ group name, it will be resolved using the directory search path (see nisdefaults(1) ).
The only restriction on changing an object’s group owner is that you must have modify permissions for the object.
This command will fail if the master NIS+ server is not running.
The following two examples show how to change the group owner of an object to a group in a different domain, and how to change it to a group in the local domain, respectively.
example% nischgrp newgroup.remote.domain. object
example% nischgrp my-buds object
This example shows how to change the group owner for a password entry.
In the previous example, admins is a NIS+ group in the same domain.
The next two examples change the group owner of the object or entries pointed to by a link, and the group owner of all entries in the hobbies table.
example% nischgrp -L my-buds linkname
example% nischgrp my-buds ’[],hobbies’
nischgrp returns 0 on success and 1 on failure.
The NIS+ server will check the validity of the group name prior to effecting the modification.