Exam 156-585 All QuestionsBrowse all questions from this exam
Question 62

Which command is used to write a kernel debug to a file?

    Correct Answer: B

    The command 'fw ctl kdebug -T -l > debug.txt' is used to write kernel debug information to a file. The '-T' flag specifies the timestamp, and the '-l' flag enables logging. The redirection operator '>' ensures the output is written to 'debug.txt'. Option D is incorrect because the combination of '-T' with '-f' is not valid for this purpose.

Discussion
MPAROption: D

Correct answer is D. 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