1. Home
  2. Security Hardening
  3. CIS Solaris 10 L2 V5 2
  4. Enable process accounting at boot time

Enable process accounting at boot time

Details

Process accounting logs information about every process that runs to completion on the system, including the amount of CPU time, memory, etc. consumed by each process.

Solution

Perform the following to implement the recommended state:
# ln -s /etc/init.d/acct /etc/rc3.d/S99acct
# /etc/init.d/acct start

Supportive Information

The following resource is also helpful.

This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles