Learn the correct command to write Check Point kernel debug output to a file, enabling easy troubleshooting and analysis of kernel-level issues.
Table of Contents
Question
Which command is used to write a kernel debug to a file?
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
Answer
D. fw ctl kdebug -T -f > debug.txt
Explanation
This command writes the kernel debug output to a file specified after the redirection operator (>). The options used are:
-T: Enables kernel debugging
-f: Writes the output to a file instead of the console
Check Point Certified Troubleshooting Expert 156-585 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Check Point Certified Troubleshooting Expert 156-585 exam and earn Check Point Certified Troubleshooting Expert 156-585 certification.