Check Point Certified Multi-Domain Security Management Specialist (CCMS) — Question 28
Which command is used to write a kernel debug to a file?
Answer options
- A. fw ctl kdebug -T -I > debug.txt
- B. fw ctl debug -S -t > debug.txt
- C. fw ctl kdebug -T -f > debug.txt
- D. fw ctl debut -T -f > debug.txt
Correct answer: C
Explanation
The correct command for writing a kernel debug to a file is 'fw ctl kdebug -T -f > debug.txt', which specifies the appropriate flags for this action. Options A and B use incorrect flags for this command, while option D contains a typo in the command name, making it invalid.