Imported upstream version 1.5
[manpages-zh.git] / raw / man5 / acct.5
blob4e62eaec72e375ced5d2c3e97e67e3332472b89e
1 .\" Copyright (c) 1995 Dirk Eddelbuettel (Dirk.Eddelbuettel@qed.econ.queensu.ca)
2 .\"
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
7 .\"
8 .\" The GNU General Public License's references to "object code"
9 .\" and "executables" are to be interpreted as the output of any
10 .\" document formatting or typesetting system, including
11 .\" intermediate and printed output.
12 .\"
13 .\" This manual is distributed in the hope that it will be useful,
14 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 .\" GNU General Public License for more details.
17 .\"
18 .\" You should have received a copy of the GNU General Public
19 .\" License along with this manual; if not, write to the Free
20 .\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
21 .\" USA.
22 .\"
23 .TH ACCT 5 1995-10-31 "Debian GNU/Linux"
24 .SH NAME
25 acct \- execution accounting file
26 .SH SYNOPSIS
27 .B #include <sys/acct.h>
28 .SH DESCRIPTION
29 The kernel maintains an accounting information structure for all
30 processes. If a process terminates, and accounting is enabled, the kernel
31 calls the
32 .BR acct (2)
33 function to prepare, and then append, a record for this process
34 to the accounting file. The accounting structure
35 .B "struct acct"
36 is also described in the file
37 .IR /usr/include/linux/acct.h .
38 .SH "SEE ALSO"
39 .BR acct (2),
40 .BR sa (1)