install

来自「项目描述: Env_audit is a program that ferret」· 代码 · 共 22 行

TXT
22
字号
The logrotate facility runs scripts. It is usually started as a cron or anacronjob.To run the audit add the following to /etc/logrotate.conf/full_path/examples/logrotate/env_audit.log {        daily        rotate 2        missingok        ifempty        prerotate                /full_path/env_audit        endscript}Then, to trigger the audit:logrotate --force --verbose /etc/logrotate.conf Then look in /tmp/env_audit.log to see the results.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?