QuestionQ15
Advanced Kernel DebuggingYou need to run a kernel debug for an extended period because the problem happens only once or twice each week. Therefore, you must add a timestamp to the kernel debug and write its output to a file. What is the correct syntax for this?
- A fw ctl kdebug -T -f > filename.debug
- B fw ctl kdebug -T > filename.debug
- C fw ctl debug -T -f > filename.debug
- D fw ctl kdebug -T -f -o filename.debug
Community Discussion