Tagged articles
10 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Apr 17, 2024 · Operations

Master Linux System Logs: Essential Commands, Files, and Tools

This guide explains how to view and manage Linux system logs using command‑line utilities like journalctl and dmesg, direct file access, and graphical tools, providing practical examples, common log file locations, and tips for filtering and monitoring log output.

LinuxLog Managementdmesg
0 likes · 5 min read
Master Linux System Logs: Essential Commands, Files, and Tools
Liangxu Linux
Liangxu Linux
Jan 8, 2024 · Operations

Master Linux System Logs: Command-Line Tools, Log Files, and GUI Viewers

This guide explains how to use Linux command-line utilities like journalctl and dmesg, directly inspect common log files such as /var/log/messages and /var/log/syslog, and employ graphical log viewers including GNOME Logs, KSystemLog, and Logwatch for effective system monitoring and troubleshooting.

Linuxdmesgjournalctl
0 likes · 5 min read
Master Linux System Logs: Command-Line Tools, Log Files, and GUI Viewers
Open Source Linux
Open Source Linux
Jan 8, 2024 · Operations

Master Linux System Logs: Commands, Files, and GUI Tools

Learn how to view and analyze Linux system logs using command-line utilities like journalctl and dmesg, explore key log files such as /var/log/messages and /var/log/auth.log, and discover graphical tools like GNOME Logs and Logwatch for effective troubleshooting and performance monitoring.

LinuxLog Managementdmesg
0 likes · 5 min read
Master Linux System Logs: Commands, Files, and GUI Tools
Liangxu Linux
Liangxu Linux
Sep 28, 2021 · Fundamentals

Where Does printk Output Go? A Complete Guide to Linux Kernel Logging

This article explains how the Linux kernel's printk function stores messages in a ring buffer, how those messages are exposed to user space via dmesg, /proc/kmsg, klogctl, and the system console, and why understanding this flow is crucial for developers and operators.

Linuxdmesglogging
0 likes · 10 min read
Where Does printk Output Go? A Complete Guide to Linux Kernel Logging
ITPUB
ITPUB
Jul 22, 2020 · Operations

Mastering dmesg: How to Read and Control Linux Kernel Logs

Learn how the dmesg utility reads the Linux kernel’s ring buffer, displays boot and runtime messages, and how to use its many options—such as filtering, formatting timestamps, clearing the buffer, and handling permission restrictions—to troubleshoot hardware and kernel issues effectively.

Command LineLinuxdmesg
0 likes · 7 min read
Mastering dmesg: How to Read and Control Linux Kernel Logs
Liangxu Linux
Liangxu Linux
Jul 15, 2020 · Operations

Mastering dmesg: How to Read and Control Linux Kernel Logs

This tutorial explains the Linux dmesg command, covering its purpose for accessing kernel ring‑buffer messages, basic usage, common options for formatting, filtering by facility or level, permission handling, and techniques for viewing, paging, grepping, saving, and clearing kernel logs.

Linuxdmesg
0 likes · 8 min read
Mastering dmesg: How to Read and Control Linux Kernel Logs
Liangxu Linux
Liangxu Linux
Dec 9, 2019 · Operations

Mastering dmesg: View, Filter, and Control Linux Kernel Logs

This tutorial explains how the Linux kernel uses a circular buffer for log messages and shows how to use the dmesg command to display, format, filter, paginate, follow, and clear those logs, including permission handling and useful command‑line options.

Command LineTroubleshootingdmesg
0 likes · 8 min read
Mastering dmesg: View, Filter, and Control Linux Kernel Logs