|
NAMEac —
connect time accounting
SYNOPSIS
DESCRIPTIONIf the file /var/log/utx.log exists, a record of individual login and logout times are written to it by login(1) and init(8), respectively. Theac utility examines these records
and writes the accumulated connect time (in hours) for all logins to the
standard output.
The options are as follows:
If no arguments are given, The default utx.log file will increase without bound unless it is truncated. It is normally truncated by the daily scripts run by cron(8), which rename and rotate the utx.log files, keeping a week's worth of data on hand. No login or connect time accounting is performed if /var/log/utx.log does not exist. FILES
EXIT STATUSTheac utility exits 0 on success,
and >0 if an error occurs.
EXAMPLESAllow times recorded in modems to be charged out at a different rate than other:ac -p -t "ttyd*" > modems ac -p -t "!ttyd*" > other SEE ALSOlogin(1), getutxent(3), init(8), sa(8)HISTORYAnac command appeared in
Version 5 AT&T UNIX. This version of
ac was written for NetBSD 0.9A
from the specification provided by various systems' manual pages.
Visit the GSP FreeBSD Man Page Interface. |