📄 install
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -