exam questions

Exam 156-587 All Questions

View all questions & answers for the 156-587 exam

Exam 156-587 topic 1 question 22 discussion

Actual exam question from Checkpoint's 156-587
Question #: 22
Topic #: 1
[All 156-587 Questions]

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?

  • A. fw ctl debug -T -f > filename.debug
  • B. fw ctl kdebug -T -f -o filename.debug
  • C. fw ctl kdebug -T > filename.debug
  • D. fw ctl kdebug -T -f > filename.debug
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
922f9b2
4 weeks, 1 day ago
Selected Answer: D
It is D, for sure
upvoted 2 times
...
keikei1228
1 month ago
Selected Answer: B
Correct answer is: B. fw ctl kdebug -T -f -o filename.debug - The command runs the debug and uses the shell’s redirection (>) to write the output to the specified file. After stopping the debug, these files are merged and then output to the screen (and thus to your file). - The "-o" flag tells the kernel debug process to write output directly to the specified file. Ensures you get the debug output in your file as the debug runs, not just after it stops. Note: Use "-o" for long-term, reliable debugging.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...