Query: audeventsta
OS: hpux
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
audeventstab(4) Kernel Interfaces Manual audeventstab(4)NAMEaudeventstab - define and describe audit system eventsDESCRIPTIONThe file lists audit event numbers, corresponding mnemonic names, and brief explanations of each event. Blank lines and comments (begin- ning with a character) are allowed. Each non-comment, non-blank line in this file contains three parts: event Audit event number in decimal: a single field separated by whitespace. name Corresponding mnemonic name: a single field separated by whitespace. explanation Remainder of the line, following a character. For kernel-generated audit events, event numbers match kernel-internal system call numbers, and event names are system call names. For events from self-auditing programs, names are macros defined inEXAMPLESTo extract a list of event numbers and names from the file by stripping comments and ignoring blank lines: tab=' ' sed < /usr/audit/audeventstab -e 's/#.*//' -e "/^[ $tab]*$/d"AUTHORwas developed by HP.FILESSEE ALSOaudisp(1M), audevent(1M). audeventstab(4)
Related Man Pages |
---|
audisp-remote(8) - debian |
auditmask(8) - ultrix |
audit(4) - hpux |
audispd.conf(5) - suse |
audisp-remote(8) - suse |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
How to extract every repeated string between two specific string? |
SAN Migration question |
awk - Multi-line data to be stored in variable |