Check Point Certified Cloud Specialist (CCCS) R82 — Question 69

After kernel debug with “fw ctl debug” you received a huge amount of information. It was saved in a very large file that is difficult to open and analyze with standard text editors. Suggest a solution to solve this issue.

Answer options

Correct answer: C

Explanation

The correct answer is C because reducing the buffer size to 1024KB and running the debug multiple times allows the output to be manageable and easier to analyze. Option A doesn't address the file size issue, while option B, though useful, may not be necessary if the buffer is managed correctly. Option D suggests using a specific tool, but it doesn't resolve the issue of the large file size directly.