acct.5
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 5 代码 · 共 29 行
5
29 行
.TH ACCT 5.SH NAMEacct \- execution accounting file.SH SYNOPSIS.B #include <sys/acct.h>.SH DESCRIPTION.IR Acct (2)causes entries to be made into an accounting filefor each process that terminates.The accounting file is a sequence of entries whose layout,as defined by the include fileis:.PP.nf.ta \w'typedef 'u +\w'comp_t 'u +\w'ac_comm[10]; 'u.so /usr/include/sys/acct.h.fi.PPIf 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 theprocess ever had super-user privileges..SH SEE ALSOacct(2), sa(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?