A security policy requires you to log all NGC CLI commands executed on a specific host. How can you achieve this without modifying the NGC CLI source code?
正解:B,C
System-level auditing (B) provides a comprehensive way to log all executed commands. Creating a wrapper script (C) allows you to log the command before it's executed. The 'history' command (A) only captures commands executed in the current shell session. Option D is incorrect as NGC CLI does not log automatically to this directory, and option E is not a supported feature.