Note
This command is not documented in the man pages; it is implemented in the source code, but it does not
work at this time. The example given documents, from the source code, how it should work. Watch the
release notes of a future release to see when this may have been fixed.
Sometimes it is necessary to rename a group account. Good administrators know how painful some managers'
demands can be if this simple request is ignored. The following command demonstrates how the Windows group
“SupportEngrs” can be renamed to “CustomerSupport”:
root# net rpc group rename SupportEngrs \
CustomerSupport -Uroot%not24get
|