@@ -0,0 +1,15 @@
+# dmesg
+
+> 将内核消息写入标准输出.
+- 显示内核消息:
+`dmesg`
+- 显示此系统上有多少可用的物理内存:
+`dmesg | grep -i memory`
+- 一次显示一页内核消息:
+`dmesg | less`