Home | Previous Page | Next Page   Utility Syntax > The onaudit Utility >

Modifying an Audit Mask

Read syntax diagramSkip visual syntax diagramModifying an Audit Mask:
 
                                         (1)
|-- -m--| The Audit-Mask Specification |------------------------|
 
Notes:
  1. see page The Audit-Mask Specification

Element Purpose Key Considerations
-m Modifies an existing audit mask. None.

The following example modifies an audit mask for the user pat. The modified mask audits the events specified in the _Hsecure template mask, with the addition of all attempts of Lock Table (LKTB) and only failed attempts of Alter Table (ALTB).

onaudit -m -u pat -r _Hsecure -e +LKTB,FALTB
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]