SUNWnisu
nischown changes the owner of the NIS+ objects or entries specified by name to owner. Entries are specified using indexed names (see nismatch(1) ). If owner is not a fully qualified NIS+ principal name (see nisaddcred(1M) ), the default domain (see nisdefaults(1) ) will be appended to it.
The only restriction on changing an object’s owner is that you must have modify permissions for the object. Note: If you are the current owner of an object and you change ownership, you may not be able to regain ownership unless you have modify access to the new object.
The command will fail if the master NIS+ server is not running.
The following two examples show how to change the owner of an object to a principal in a different domain, and to change it to a principal in the local domain, respectively.
example% nischown bob.remote.domain. object
example% nischown skippy object
The next example shows how to change the owner of an entry in the passwd table.
example% nischown bob.remote.domain. ’[uid=99],passwd.org_dir’
This example shows how to change the object or entries pointed to by a link.
nischown returns 0 on success and 1 on failure.
The NIS+ server will check the validity of the name before making the modification.