Displaying and Setting Properties
To display registry properties, use the dcecp registry show command.
To set registry properties, use the dcecp registry modify command. The following sample command uses the maxuid option to change the maximum UNIX ID property to 67899:
dcecp> registry modify -maxuid 67899 dcecp>
Note that the previous example uses an attribute option. You can also set properties by using the dcecp registry modify command with the -change option and attribute lists. For
example, to use an attribute list to set the maximum UNIX ID property to 67899, the command would be
dcecp> registry modify -change {maxuid 67899} dcecp>
|