Check_Point
156-585 · Question #61
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…
The correct answer is A. fw ctl kdebug -T -f -m 10 -s 1000000 -o debugfilename. See the full explanation below for the reasoning.
Question
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?
Options
- Afw ctl kdebug -T -f -m 10 -s 1000000 -o debugfilename
- Bfw ctl kdebug -T -f -m 10 -s 1000000 > debugfilename
- Cfw ctl kdebug -T -m 10 -s 1000000 -o debugfilename
- Dfw ctl debug -T -f -m 10 -s 1000000 -o debugfilename
How the community answered
(25 responses)- A84% (21)
- B4% (1)
- C8% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.