dmesg: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
10f9e6c15a
commit
d5b76b1193
15
pages.zh/osx/dmesg.md
Normal file
15
pages.zh/osx/dmesg.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# dmesg
|
||||||
|
|
||||||
|
> 将内核消息写入标准输出.
|
||||||
|
|
||||||
|
- 显示内核消息:
|
||||||
|
|
||||||
|
`dmesg`
|
||||||
|
|
||||||
|
- 显示此系统上有多少可用的物理内存:
|
||||||
|
|
||||||
|
`dmesg | grep -i memory`
|
||||||
|
|
||||||
|
- 一次显示一页内核消息:
|
||||||
|
|
||||||
|
`dmesg | less`
|
Reference in New Issue
Block a user