ExamGecko
Question list
Search
Search

Question 55 - 156-586 discussion

Report
Export

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?

A.
fw ctl debug -T -f -m 10 -s 1000000 -o debugfilename
Answers
A.
fw ctl debug -T -f -m 10 -s 1000000 -o debugfilename
B.
fw ctl kdebug -T -f -m 10 -s 1000000 > debugfilename
Answers
B.
fw ctl kdebug -T -f -m 10 -s 1000000 > debugfilename
C.
fw ctl kdebug -T -f -m 10 -s 1000000 -o debugfilename
Answers
C.
fw ctl kdebug -T -f -m 10 -s 1000000 -o debugfilename
D.
fw ctl kdebug-T -m 10 -s 1000000 -o debugfilename
Answers
D.
fw ctl kdebug-T -m 10 -s 1000000 -o debugfilename
Suggested answer: C
asked 16/09/2024
Biji Abraham
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first