Modifying the Value of an Existing Attribute
Use the dcecp program's modify command with the -change option to modify the value of an existing attribute.
To modify the value of an attribute, you must have write permission to the name whose attributes you are modifying.
For example, the following command changes the value of the owner attribute of the /.:/admin directory from Leland to Peters
dcecp> directory modify /.:/admin -change {owner Peters} dcecp>
|