Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam LFCS topic 1 question 13 discussion

Actual exam question from Linux Foundation's LFCS
Question #: 13
Topic #: 1
[All LFCS Questions]

SIMULATION -
Which command will display messages from the kernel that were output during the normal boot sequence?

Show Suggested Answer Hide Answer
Suggested Answer: dmesg -or- /bin/dmesg

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Buruguduystunstugudunstuy
1 year, 3 months ago
The dmesg command will display messages from the kernel that were output during the normal boot sequence. The dmesg command reads the kernel message buffer and displays the messages that it contains. The kernel message buffer is a system log that stores messages output by the kernel during the boot process and during system operation. These messages can include information about device initialization, driver loading, system errors, and other events. To display the messages from the kernel message buffer, you can use the dmesg command with no options: dmesg This will display the messages that were output by the kernel during the normal boot sequence, as well as any messages that were added to the buffer after the system was booted. To display only the messages from the normal boot sequence, you can use the dmesg command with the -T option to specify a timestamp for the oldest message to be displayed: dmesg -T This will show only the messages that were output by the kernel during the normal boot sequence, starting from the time the system was booted.
upvoted 1 times
...
passnow
3 years, 1 month ago
dmesg (diagnostic message) is a command on most Unix-like operating systems that prints the message buffer of the kernel
upvoted 1 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 ...