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?
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
...
This section is not available anymore. Please use the main Exam Page.156-587 Exam Questions
Log in to ExamTopics
Sign in:
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.
922f9b2
4 weeks, 1 day agokeikei1228
1 month ago