Check Point Certified Cloud Specialist (CCCS) R82 — Question 15
You need to run a kernel debug over a longer period of time as the problem occurs only once or twice a week. Therefore, you need to add a timestamp to the kernel debug and write the output to a file. What is the correct syntax for this?
Answer options
- A. fw ctl kdebug -T -f > filename.debug
- B. fw ctl kdebug -T > filename.debug
- C. fw ctl debug -T -f > filename.debug
- D. fw ctl kdebug -T -f -o filename.debug
Correct answer: C
Explanation
The correct answer is C because it uses the correct command 'fw ctl debug' along with the '-T' option to include timestamps and directs output to a file. The other options either use incorrect command syntax or do not properly format the output redirection.