Exam 156-586 All QuestionsBrowse all questions from this exam
Question 51

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 but you can’t afford to fill up all the remaining disk space and you only have 10 GB free for saving the debugs. What is the correct syntax for this?

    Correct Answer: C

    The correct syntax for running a kernel debug over an extended period, adding a timestamp, writing the output to a file, and limiting the disk space usage is: fw ctl kdebug -T -f -m 10 -s 1000000 -o debugfilename. This command includes the necessary options for adding a timestamp (-T), following the output (-f), setting a maximum file size (-s 1000000), limiting the number of files (-m 10), and specifying the output file (-o debugfilename).

Discussion
MichaelTerlienOption: C

Answer is C: https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_NextGenSecurityGateway_Guide/Topics-FWG/Kernel-Debug/Kernel-Debug-Syntax.htm?tocpath=Kernel%20Debug%20on%20Security%20Gateway%7C_____1

babochnik

this was a real question on the updated PearsonVUE exam (R81.20), passed on May 9th. there was another similar question, but there was an incomplete command in the answers.