|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 754 (0x2f2)
Types: TextFile
Notes: UNIX file
Names: »acct.5«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man5/acct.5«
.ig @(#)acct.5 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH ACCT 5 .SH NAME acct \- execution accounting file .SH SYNOPSIS .B #include <sys/acct.h> .SH DESCRIPTION .IR Acct (2) causes entries to be made into an accounting file for each process that terminates. The accounting file is a sequence of entries whose layout, as defined by the include file is: .PP .nf .ta \w'typedef 'u +\w'comp_t 'u +\w'ac_comm[10]; 'u .so ../include/sys/acct.h .fi .PP If the process does an .IR exec (2), the first 10 characters of the filename appear in .I ac_comm. The accounting flag contains bits indicating whether .IR exec (2) was ever accomplished, and whether the process ever had super-user privileges. .SH SEE ALSO acct(2), sa(8)