Lines Matching +full:way +full:- +full:select

25 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33 .Nd "select records from audit trail files"
65 utility to print the selected audit records in human-readable form.
68 .Bl -tag -width indent
70 Select all records.
72 Select records that occurred after or on the given datetime.
74 Select records that occurred before the given datetime.
76 Select records matching the given audit classes specified as a comma
82 Select records that occurred on a given date.
88 Select records with the given effective user ID or name.
90 Select records with the given effective group ID or name.
92 Select records with the given real group ID or name.
94 Select records having a subject token with matching ID, where ID is a process ID.
96 Select records with the given event name or number. This option can
97 be used more then once to select records of multiple event types.
102 .Bl -tag -width ".Cm msgqid"
104 Select records containing path tokens, where the pathname matches
119 Select records containing the given message queue ID.
121 Select records containing the given process ID.
123 Select records containing the given semaphore ID.
125 Select records containing the given shared memory ID.
128 Select records with the given real user ID or name.
130 Select records with the given audit ID.
132 Invert sense of matching, to select records that do not match.
134 Select records from the given zone(s).
139 To select all records associated with effective user ID root from the audit
142 .Bd -literal -offset indent
143 auditreduce -e root \e
147 To select all
150 .Bd -literal -offset indent
151 auditreduce -m AUE_SETLOGIN \e
160 Select all records containing a path token where the pathname contains
162 .Bd -literal -offset indent
163 auditreduce -o file="/etc/master.passwd" \e
167 Select all records containing path tokens, where the pathname is a TTY
169 .Bd -literal -offset indent
170 auditreduce -o file="/dev/tty[a-zA-Z][0-9]+" \e
174 Select all records containing path tokens, where the pathname is a TTY
177 .Bd -literal -offset indent
178 auditreduce -o file="~/dev/ttyp2,/dev/tty[a-zA-Z][0-9]+" \e
191 .An -nosplit