Which command is used to write a kernel debug to a file?
Which command is used to write a kernel debug to a file?
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.
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