1ACCT(5) Linux Programmer's Manual ACCT(5)
2
3
4
6 acct - execution accounting file
7
9 #include <sys/acct.h>
10
12 If the kernel was compiled with the process accounting option enabled,
13 the system call
14 acct("/somewhere/accountingfile");
15 will start the process accounting. Each time a process terminates a
16 record for this process is appended to the accounting file. The
17 accounting structure struct acct is also described in the file
18 /usr/include/linux/acct.h.
19
21 lastcomm(1), sa(1), acct(2), accton(8).
22
23
24
25Linux 2003-11-01 ACCT(5)