ACCT   (5) manpage
ACCT
5
2003-11-01
Linux
Linux Programmer's Manual
  • NAME
      acct - execution accounting file
  • SYNOPSIS
      #include <sys/acct.h>
  • DESCRIPTION
      If the kernel was compiled with the process accounting option enabled, the system call
      acct("/somewhere/accountingfile");
      will start the process accounting. Each time a process terminates a record for this process is appended to the accounting file. The accounting structure struct acct is also described in the file /usr/include/linux/acct.h .
  • SEE ALSO
Current Users: 41 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.