dmesg
Write the kernel messages to standard output.
=> More information.
dmesg
- Show kernel error messages:
dmesg --level err
- Show kernel messages and keep reading new ones, similar to
tail -f
(available in kernels 3.5.0 and newer):
dmesg -w
- Show how much physical memory is available on this system:
dmesg | grep -i memory
- Show kernel messages 1 page at a time:
dmesg | less
- Show kernel messages with a timestamp (available in kernels 3.5.0 and newer):
dmesg -T
- Show kernel messages in human-readable form (available in kernels 3.5.0 and newer):
dmesg -H
- Colorize output (available in kernels 3.5.0 and newer):
dmesg -L
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/dmesg.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.912814 milliseconds
- Gemini-to-HTML Time
- 0.346071 milliseconds
This content has been proxied by September (ba2dc).