Function lrs::syscall::acct

Enables or disables process accounting.

Syntax

fn acct(path: Option<&CStr>) -> i32

Arguments

NameDescription
path

The path into which accounting information will be written.

Return value

Returns success or an error value.

See also