UNIBASE

Audit Trail Commands

Commands to send to ubaudit for the audit trail

ubaudit reads stdin for commands to add information to the audit trail.

The audit trail is in /var/log/ubaudit.

As each line is read the ubaudit looks at the first character for a command.

COMMANDS

CODEDESCRIPTIONExample
AAudit GroupAlogin
CCommand that is being loggedCubreport
DDirectory command is running inD/data/test/application
FFile for audit trail.
Default /var/log/ubaudit
F/var/log/application
GGroup of user.
Default is login group, but web applications need to specify this.
Gwheel
NNotification list.
When this audit happens notices are sent to the notification list.
If the first letter is ‘*’ then it is a group of users.
N*management
TTerminal being used.
Default is the login terminal.
T/dev/tty0
UUser name.
Default is login user name or REMOTE_USER
Ufred
XDescription of audit eventXapplication starting

EXAMPLE

echo "Xapplication starting" | ubaudit

See Also

ubaudit