snippetbashTip
dmesg — Write the kernel messages to `stdout`. More information: <https://keith.github.io/xcode-man-pages/dm
Viewed 0 times
thecommandstdoutclimessageswritedmesgkernel
macos
Problem
How to use the
dmesg command: Write the kernel messages to stdout. More information: <https://keith.github.io/xcode-man-pages/dmesg.8.html>.Solution
dmesg — Write the kernel messages to stdout. More information: <https://keith.github.io/xcode-man-pages/dmesg.8.html>.Show kernel messages:
dmesgShow how much physical memory is available on this system:
dmesg | grep -i memoryShow kernel messages 1 page at a time:
dmesg | lessCode Snippets
Show kernel messages
dmesgShow how much physical memory is available on this system
dmesg | grep -i memoryShow kernel messages 1 page at a time
dmesg | lessContext
tldr-pages: osx/dmesg
Revisions (0)
No revisions yet.