Which command prints kernel messages with human-readable timestamps for easier interpretation?

Prepare for the Google Data Center Technician Exam. Use our interactive quiz featuring flashcards and multiple choice questions with hints and explanations. Get exam-ready today!

Multiple Choice

Which command prints kernel messages with human-readable timestamps for easier interpretation?

Explanation:
Translating kernel timestamps into readable dates and times is the idea you’re testing. The command prints the kernel’s message buffer and, with the -T option, converts the internal timestamps into a human-friendly date and time. That makes it straightforward to see exactly when each kernel message occurred. Without -T, the timestamps are in a format that’s harder to interpret at a glance. Other options rely on different logging paths or formats: using dmesg alone shows the raw timing, which isn’t as readable; inspecting a systemd journal with journalctl -k pulls from the journal and formats timestamps according to its own rules, which can vary by system; tailing a log file like /var/log/kern.log depends on the system’s logging setup and may not consistently provide translated times.

Translating kernel timestamps into readable dates and times is the idea you’re testing. The command prints the kernel’s message buffer and, with the -T option, converts the internal timestamps into a human-friendly date and time. That makes it straightforward to see exactly when each kernel message occurred. Without -T, the timestamps are in a format that’s harder to interpret at a glance. Other options rely on different logging paths or formats: using dmesg alone shows the raw timing, which isn’t as readable; inspecting a systemd journal with journalctl -k pulls from the journal and formats timestamps according to its own rules, which can vary by system; tailing a log file like /var/log/kern.log depends on the system’s logging setup and may not consistently provide translated times.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy