install
来自「项目描述: Env_audit is a program that ferret」· 代码 · 共 21 行
TXT
21 行
inittab is the table that starts up your system. By its very nature, itruns other programs. You can experiment with audits in a couple of places.This gives you a better idea of what is going on during the boot process.The first place is during system init. To run this audit, enter a line like this in /etc/inittab:si2::sysinit:/full_path/env_auditThe second place you can run an audit, is the once area. This is run afterother things has run so you can see if any changes hav occurred. To do this,enter a line like this in the /etc/inittab:ud2::once:/full_path/env_auditOf course, substitute the full path to the env_audit program. Also, you probably want to change the env_audit.c file so that it doesn't place theresults in the /tmp directory since it gets wiped clean during boot. Recompilethe program and then reboot the machine. When you login, the results will be waiting wherever you changed the path too.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?