acct_on 
Bourne shell script to start and stop process accounting
should be placed in /etc/rc.d/init.d/acct_on  It should
be linked from /etc/rc.d/rc2.d/S98acct_on
example:
	cd etc/rc.d/rc2.d/
	ln -s ../init.d/acct_on S98acct_on

acctcom
Prints the contents of the binary accounting file.
Example:
Command     User   uid  gid       acct mjg  min  exit  c s    begin time              end time
            Name                  flag flt  flt  code  time 				      	
python      root    0    0       |  0  399  283  256 | 0 0 | 17:06:45 Feb/15/2000 | 17:06:45 Feb/15/2000 
farms       root    0    0       |  0  384  178    0 | 0 0 | 17:06:45 Feb/15/2000 | 17:06:45 Feb/15/2000 


acctmerg
Pr:ints summarized accouting files in ASCII and merges
the summarized files.  See usage in shell script 
/usr/lib/acct/runacct.
example:
	./acctmerg -a < /var/adm/acct/sum/tacct
	output looks like:
     0        root         35             0.001667             0.000000
  6956    tlevshin          6             0.000333             0.000000

acctprclx
Summarizes the binary accounitng file.  Output can be
an ASCII or binary file.  
example:
	/usr/lib/acct/acctprclx -a < /var/log/pacct 
	output looks like:
     0        root       1833             0.446000             0.000000
  6956    tlevshin         43             0.009000             0.000000
	This will summarize the current/todays accounting file by uid.

	/usr/lib/acct/acctprclx < /var/adm/nite/spacct0101 > tacct0101
	This example will take the saved binary file of the daily 
	accounting for January first and outputs a binary summary of 
	that file. 
 
cron_tab
This file is a sample crontab, usualy run as root.
it can be installed with the command `crontab cron_tab`.

monacct
Bourne shell script that moves the /var/adm/acct/sum/tacct file
to /var/adm/acct/fiscal/tacct${mm}.  Where ${mm} is this Month 
as a two digit number, ie. On January first a file is moved from
../sum to ../fiscal and renamed tacct01.  This file is actually
the summary of the accounting for December.  

runacct
Bourne shell script that runs daily (or nightly) to create a daily summary 
and running total of the months accounting.  Look through the file for 
more explaination.
