Check Point Certified Automation Specialist (CCAS) — Question 14
You are seeing output from the previous kernel debug. What command should you use to avoid that?
Answer options
- A. fw ctl debug = 0
- B. fw ctl clean buffer = 0
- C. fw ctl zdebug disable
- D. fw ctl debug 0
Correct answer: D
Explanation
The correct answer is D, as 'fw ctl debug 0' effectively disables debug output. Option A is incorrect because it uses an improper syntax for the command. Option B relates to cleaning the buffer, which does not stop the debug output. Option C disables zdebug, not the general debug output.