install

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

TXT
14
字号
sudo is a program that lets you run a program as another user. You canexperiment with running programs under a variety of users. To run an audit, first edit /etc/sudoers. You will need to add a line like this:user ALL = /full_path/env_auditOf course, substitute the right user acct and the full path to the env_auditprogram. Then trigger an audit like this:sudo -u root env_auditThe results will show up in /tmp/env_audit.log

⌨️ 快捷键说明

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