4.4BSD/usr/share/man/cat8/ac.0

Compare this file to the similar file:
Show the results in this format:

AC(8)                     BSD System Manager's Manual                    AC(8)

NNAAMMEE
     aacc - display connect time accounting

SSYYNNOOPPSSIISS
     aacc [--dd] [--pp] [--ww _f_i_l_e] [_u_s_e_r_s _._._.]

DDEESSCCRRIIPPTTIIOONN
     If the file _/_v_a_r_/_l_o_g_/_w_t_m_p exists, a record of individual login and logout
     times are written to it by init(8) and login(8) respectively.  The pro-
     gram aacc examines these records and writes the accumulated connect time
     for all logins to the standard output.

     Options available:

     --dd      Display the connect times in 24 hour chunks.

     --pp      Display individual user totals.

     --ww _f_i_l_e
             Read raw connect time data from _f_i_l_e instead of the default file
             _/_v_a_r_/_l_o_g_/_w_t_m_p.

     _u_s_e_r_s _._._.
             Display totals for the given indiviuals only.

     If no arguments are given, aacc displays the total amount of login time for
     all active accounts on the system.

     The default _w_t_m_p file is an infinitely increasing file unless frequently
     truncated.  This is normally done by the daily daemon scripts scheduled
     by cron(8) which rename and rotate the _w_t_m_p files before truncating them
     (and keeping about a weeks worth on hand).  No login times are collected
     however, if the file does not exist.

FFIILLEESS
     /var/log/wtmp
     /var/log/wtmp.[0-7]  rotated files

SSEEEE AALLSSOO
     init(8),  sa(8),  login(1),  utmp(5).

HHIISSTTOORRYY
     A aacc command appeared in Version 6 AT&T UNIX.

4th Berkeley Distribution        June 6, 1993                                1