|   
      aud modify
Changes the values of audit attributes.  The syntax is: 
aud modify [remote_audit_daemon_name] {-change attribute_list | -attribute_value} 
Options 
-change attribute_list Allows you to specify attributes using an attribute list.
 
-attribute_value As an alternative to using the -change option with an attribute list, you can change individual attribute options by prepending a hyphen 
(-) to any attributes listed in the Attributes topic of this reference page.
 
Description The modify operation allows modification of the audit daemon attributes.  It accepts the -change option, which takes an attribute list as a value.  
This operation returns an empty string on success.
 
Privileges Required You must have c (control) permission on the audit daemon's ACL and you must be authenticated.
 
Examples 
dcecp> aud modify -change {{stostrategy wrap} {state enabled}} dcecp> aud modify -stostrategy wrap -state enabled
 dcecp>
 
 
 
 |