[][src]Function linux::syscall::acct

pub fn acct(path: Option<KStr>) -> c_int

Enables or disables process accounting.

[argument, path] The path into which accounting information will be written.

[return_value] Returns success or an error value.

= See also

  • link:man:acct(2)