File: acct.5

package info (click to toggle)
manpages-fr 0.9.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,052 kB
  • ctags: 4
  • sloc: makefile: 58; sh: 8
file content (44 lines) | stat: -rw-r--r-- 1,774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.\" Copyright (c) 1995 Dirk Eddelbuettel (Dirk.Eddelbuettel@qed.econ.queensu.ca)
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
.\" USA.
.\" Traduction 28/08/2000 par Christophe Blaess (ccb@club-internet.fr)
.\" LDP 1.30
.\" Mise  jour 06/06/2001 - LDP-man-pages-1.36
.TH ACCT 5 "6 juin 2001" Linux "Manuel de l'administrateur Linux" 
.SH NOM
acct \- Fichier de comptabilit d'excution.
.SH SYNOPSIS
.B #include <sys/acct.h>
.SH DESCRIPTION
Le noyau maintient une structure d'information de comptabilit pour tous les processus.
Si un processus se termine, et si la comptabilit est active, le noyau appelle la fonction
.BR acct (2)
pour prparer puis ajouter l'enregistrement du processus dans le fichier de comptabilit.
La structure
.B "struct acct"
est dcrite dans
.IR /usr/include/linux/acct.h .
.SH "VOIR AUSSI"
.BR acct (2),
.BR sa (1).
.SH TRADUCTION
Christophe Blaess, 2000.