Main index | Section 2 | 日本語 | Deutsch | Options |
#include <unistd.h>
For more information on the record structure used by acct(), see <sys/acct.h> and acct(5).
This call is permitted only to the super-user.
kern.acct_chkfreq | |
Specifies the frequency (in seconds) with which free disk space should be checked. | |
kern.acct_resume | |
The percentage of free disk space above which process accounting will resume. | |
kern.acct_suspend | |
The percentage of free disk space below which process accounting will suspend. | |
[EPERM] | |
The caller is not the super-user. | |
[ENOTDIR] | |
A component of the path prefix is not a directory. | |
[ENAMETOOLONG] | |
A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. | |
[ENOENT] | |
The named file does not exist. | |
[EACCES] | |
Search permission is denied for a component of the path prefix, or the path name is not a regular file. | |
[ELOOP] | |
Too many symbolic links were encountered in translating the pathname. | |
[EROFS] | |
The named file resides on a read-only file system. | |
[EFAULT] | |
The file argument points outside the process's allocated address space. | |
[EIO] | An I/O error occurred while reading from or writing to the file system. |
[EINTEGRITY] | |
Corrupted data was detected while reading from the file system. | |
ACCT (2) | March 30, 2020 |
Main index | Section 2 | 日本語 | Deutsch | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | I define UNIX as “30 definitions of regular expressions living under one roof.” | ” |
— Donald Knuth |