Check Point Certified Cloud Specialist (CCCS) R82 — Question 68
Which command is used to write a kernel debug to a file?
Answer options
- A. fw ctl debug -T -f > debug.txt
- B. fw ctl kdebug -T -l > debug.txt
- C. fw ctl debug -S -t > debug.txt
- D. fw ctl kdebug -T -f > debug.txt
Correct answer: D
Explanation
The correct command is 'fw ctl kdebug -T -f > debug.txt' as it specifically directs the kernel debug output to the specified file. The other options either use incorrect parameters or commands that do not generate kernel debug logs in the required manner.