ACCT
Section: Linux Programmer's Manual (5)
Updated: 2003-11-01
Index
JM Home Page
roff page
名前
acct - アカウントファイルを処理する
書式
#include <sys/acct.h>
説明
process accounting オプションを有効にしてカーネルがコンパイルされている場合、
システムコール
-
acct("/somewhere/accountingfile");
によりプロセスアカウントが開始される。
プロセスが終了する毎に、そのプロセスの記録がアカウントファイルに追加される。
アカウント構造体
struct acct
は、
/usr/include/linux/acct.h
にも記述されている。
関連項目
lastcomm(1),
sa(1),
acct(2),
accton(8)
Index
- 名前
-
- 書式
-
- 説明
-
- 関連項目
-
This document was created by
man2html,
using the manual pages.
Time: 04:31:31 GMT, November 19, 2007