Valid 010-160 Dumps shared by EduDump.com for Helping Passing 010-160 Exam! EduDump.com now offer the newest 010-160 exam dumps, the EduDump.com 010-160 exam questions have been updated and answers have been corrected get the newest EduDump.com 010-160 dumps with Test Engine here:
What is true about the dmesg command? (Choose two correct answers.)
Correct Answer: C,E
The dmesg command is used to display the messages from the kernel that are stored in a ring buffer. A ring buffer is a fixed-size data structure that overwrites the oldest entries when it is full. Therefore, the dmesg command might not display older information because it was overwritten by newer information. The dmesg command is useful for troubleshooting system issues and checking hardware information. The dmesg command is not used to trace the execution of a command, send messages to user sessions, or output the system journal. Those functions are performed by other commands such as strace, write, and journalctl respectively. Reference: : [dmesg] : [Ring buffer] : [strace] : [write (Unix)] : [journalctl]4)